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:
parent
d84cc78819
commit
77041e7412
@ -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:
|
||||
|
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user