diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/Makefile.am | 7 |
2 files changed, 12 insertions, 0 deletions
@@ -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) \ |