summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-12 17:04:17 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-12 17:04:17 +0000
commit77041e7412319f3726aa35fa85ec42d72366741a (patch)
treee38e3039d33cb6c8d83f83568f76c643353ce560 /ext/Makefile.am
parentd84cc788195f1196327f7d2cd34618eaf75b8e75 (diff)
downloadgst-plugins-bad-77041e7412319f3726aa35fa85ec42d72366741a.tar.gz
gst-plugins-bad-77041e7412319f3726aa35fa85ec42d72366741a.tar.bz2
gst-plugins-bad-77041e7412319f3726aa35fa85ec42d72366741a.zip
ext/Makefile.am: Add apexsink to SUBDIRS. Fixes bug #555912.
Original commit message from CVS: * ext/Makefile.am: Add apexsink to SUBDIRS. Fixes bug #555912.
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 a3e6e918..7615195c 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -10,6 +10,12 @@ else
AMRWB_DIR =
endif
+if USE_APEXSINK
+APEXSINK_DIR = apexsink
+else
+APEXSINK_DIR =
+endif
+
# if USE_ARTS
# ARTS_DIR=arts
# else
@@ -315,6 +321,7 @@ endif
SUBDIRS=\
$(ALSASPDIF_DIR) \
$(AMRWB_DIR) \
+ $(APEXSINK_DIR) \
$(ARTS_DIR) \
$(ARTSC_DIR) \
$(AUDIOFILE_DIR) \