diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
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) \ |