diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,11 @@ 2006-05-03 Tim-Philipp Müller <tim at centricular dot net> * ext/Makefile.am: + Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck). + +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> diff --git a/ext/Makefile.am b/ext/Makefile.am index ee9afb3e..fb15e1ae 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -279,6 +279,7 @@ DIST_SUBDIRS= \ dts \ divx \ musepack \ + musicbrainz \ neon \ sdl \ swfdec \ |