From 77041e7412319f3726aa35fa85ec42d72366741a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 12 Oct 2008 17:04:17 +0000 Subject: 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. --- ext/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ext/Makefile.am') 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) \ -- cgit v1.2.1