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 | 7a03109f6d95135c2a1cfe3252768f551322d44c (patch) | |
tree | 97a253c778f87ab27d17738a28eb2a5633856786 /Makefile.am | |
parent | 3109e14e365de5f536faa8c5b078a1cc58b606a6 (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 |