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.
This commit is contained in:
Sebastian Dröge 2008-10-12 17:04:17 +00:00
parent d84cc78819
commit 77041e7412
2 changed files with 12 additions and 0 deletions

View file

@ -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:

View file

@ -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) \