summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorJeremy Simon <jsimon13@yahoo.fr>2004-01-18 20:19:44 +0000
committerJeremy Simon <jsimon13@yahoo.fr>2004-01-18 20:19:44 +0000
commit272db0c22e45b45e88f11a52b793bab588a02534 (patch)
treed4bbea1a75ea3cd49d9dca1c9afa45a936e94fd3 /ext/Makefile.am
parent0ef1f267ad10ac4ecc1d6c2ac63677ba92eb6377 (diff)
Check for libmusicbrainz
Original commit message from CVS: Check for libmusicbrainz Add the musicbrainz directory to the build process Update Changelog
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 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 \