summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 531326ef..78d95ac7 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -22,6 +22,12 @@ AUDIOFILE_DIR=
AUDIORESAMPLE_DIR=
# endif
+if USE_BZ2
+BZ2_DIR=bz2
+else
+BZ2_DIR=
+endif
+
# if USE_CDAUDIO
# CDAUDIO_DIR=cdaudio
# else
@@ -207,6 +213,7 @@ SUBDIRS=\
$(ARTSC_DIR) \
$(AUDIOFILE_DIR) \
$(AUDIORESAMPLE_DIR) \
+ $(BZ2_DIR) \
$(CDAUDIO_DIR) \
$(DIRAC_DIR) \
$(DIRECTFB_DIR) \
@@ -239,6 +246,7 @@ SUBDIRS=\
$(XVID_DIR)
DIST_SUBDIRS= \
+ bz2 \
directfb \
faac \
faad \