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 /ext | |
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).
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |