summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 4c7eff84..daaf5b8c 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -214,6 +214,12 @@ else
MPLEX_DIR=
endif
+if USE_MUSICBRAINZ
+MUSICBRAINZ_DIR=musicbrainz
+else
+MUSICBRAINZ_DIR=
+endif
+
if USE_OGG
OGG_DIR=ogg
else
@@ -340,6 +346,7 @@ SUBDIRS=\
$(MPEG2DEC_DIR) \
$(MPEG2ENC_DIR) \
$(MPLEX_DIR) \
+ $(MUSICBRAINZ_DIR) \
$(OGG_DIR) \
$(PANGO_DIR) \
$(RAW1394_DIR) \
@@ -393,6 +400,7 @@ DIST_SUBDIRS=\
mpeg2dec \
mpeg2enc \
mplex \
+ muscibrainz \
ogg \
pango \
raw1394 \