diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-10-24 20:42:58 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-10-24 20:42:58 +0000 |
commit | 440801dd9e53284925575c2170b53bf947522414 (patch) | |
tree | 7ef258ba266d8f11310a94079951828ac9f0394b /Makefile.am | |
parent | 9c93c6f34113f70519158efaccc8c3add2849b87 (diff) | |
download | gst-plugins-bad-440801dd9e53284925575c2170b53bf947522414.tar.gz gst-plugins-bad-440801dd9e53284925575c2170b53bf947522414.tar.bz2 gst-plugins-bad-440801dd9e53284925575c2170b53bf947522414.zip |
add missing m4 to extra dist and add wavenc plugin to spec
Original commit message from CVS:
add missing m4 to extra dist and add wavenc plugin to spec
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5852f46b..45b60f97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ SUBDIRS=gst-libs gst sys $(EXT_DIR) examples tools $(GCONF_DIR) testsuite DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf testsuite -EXTRA_DIST=gst-plugins.spec depcomp \ +EXTRA_DIST=gst-plugins.spec depcomp gst-element-check.m4 \ gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \ AUTHORS COPYING README RELEASE \ ChangeLog autogen.sh common m4 |