summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--ChangeLog5
-rw-r--r--ext/Makefile.am7
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b33c885f..b1393c00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-12 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/Makefile.am:
+ Add apexsink to SUBDIRS. Fixes bug #555912.
+
2008-10-11 Jan Schmidt <jan.schmidt@sun.com>
* tests/check/pipelines/metadata.c:
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) \