summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index fb15e1ae..0071a248 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -1,3 +1,9 @@
+if USE_ALSA
+ALSASPDIF_DIR = alsaspdif
+else
+ALSASPDIF_DIR =
+endif
+
if USE_AMRWB
AMRWB_DIR = amrwb
else
@@ -228,6 +234,7 @@ XVID_DIR=
endif
SUBDIRS=\
+ $(ALSASPDIF_DIR) \
$(AMRWB_DIR) \
$(ARTS_DIR) \
$(ARTSC_DIR) \