From 272db0c22e45b45e88f11a52b793bab588a02534 Mon Sep 17 00:00:00 2001 From: Jeremy Simon Date: Sun, 18 Jan 2004 20:19:44 +0000 Subject: Check for libmusicbrainz Original commit message from CVS: Check for libmusicbrainz Add the musicbrainz directory to the build process Update Changelog --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext/Makefile.am') 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 \ -- cgit