diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-05-03 12:01:43 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-05-03 12:01:43 +0000 |
commit | 617c0c0e0576850816b2f595196278c477cd42ad (patch) | |
tree | d7812efea9a358695db8b737b680d598a38a06b6 | |
parent | 94f577308e16b69ebfbff08e5a68c223bd547307 (diff) | |
download | gst-plugins-bad-617c0c0e0576850816b2f595196278c477cd42ad.tar.gz gst-plugins-bad-617c0c0e0576850816b2f595196278c477cd42ad.tar.bz2 gst-plugins-bad-617c0c0e0576850816b2f595196278c477cd42ad.zip |
ext/Makefile.am: Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
Original commit message from CVS:
* ext/Makefile.am:
Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
-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 \ |