diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/Makefile.am | 8 |
2 files changed, 9 insertions, 4 deletions
@@ -1,5 +1,10 @@ 2006-05-03 Tim-Philipp Müller <tim at centricular dot net> + * ext/Makefile.am: + Forgot to commit this one. + +2006-05-03 Tim-Philipp Müller <tim at centricular dot net> + Patch by: James "Doc" Livingston <doclivingston gmail com> * configure.ac: diff --git a/ext/Makefile.am b/ext/Makefile.am index c28a13aa..ee9afb3e 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -142,11 +142,11 @@ else MUSEPACK_DIR= endif -# if USE_MUSICBRAINZ -# MUSICBRAINZ_DIR=musicbrainz -# else +if USE_MUSICBRAINZ +MUSICBRAINZ_DIR=musicbrainz +else MUSICBRAINZ_DIR= -# endif +endif # if USE_NAS # NAS_DIR=nas |