From 14b95ab3e20e4a3176da5714511f8102e55d3b4b Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 21 Dec 2020 08:56:27 +0100 Subject: datenklo: Only compile if FUSE and ALSA is supported Minor fix --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6ad1425..3bd7136 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,7 +59,7 @@ SUBDIRS += \ sim \ fuvst -if HAVE_SDR +if HAVE_ALSA if HAVE_FUSE SUBDIRS += \ datenklo -- cgit v1.2.3