diff options
Diffstat (limited to 'ext/Makefile.am')
-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 dfd5e512..fdb3c6d5 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -46,6 +46,12 @@ else CDAUDIO_DIR= endif +if USE_CELT +CELT_DIR=celt +else +CELT_DIR= +endif + if USE_DC1394 DC1394_DIR=dc1394 else @@ -303,6 +309,7 @@ SUBDIRS=\ $(AUDIORESAMPLE_DIR) \ $(BZ2_DIR) \ $(CDAUDIO_DIR) \ + $(CELT_DIR) \ $(DC1394_DIR) \ $(DIRAC_DIR) \ $(DIRECTFB_DIR) \ |