Make sound card support (Alsa) optional

This commit is contained in:
Andreas Eversberg
2018-01-21 10:43:45 +01:00
parent 0b129d3c7f
commit 4cc33c5b0d
19 changed files with 112 additions and 26 deletions
+4
View File
@@ -7,6 +7,10 @@ libmobile_a_SOURCES = \
call.c \
main_mobile.c
if HAVE_ALSA
AM_CPPFLAGS += -DHAVE_ALSA
endif
if HAVE_SDR
AM_CPPFLAGS += -DHAVE_SDR
endif