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 | 3db8587d72aa64858c5fedcb15c2d0952e90ec47 (patch) | |
tree | 573bb3f22a3a986eb7c789aa5ead4f6c7c0a0e07 /Makefile.am | |
parent | 264077b9565a84cf650c0eae71c0f0b1008a04cf (diff) |
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 |