diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-18 12:38:53 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-18 12:38:53 +0000 |
commit | bb35b43c26d5a9cf654fc4019be766f36cd34a04 (patch) | |
tree | 308d58d93a1e8ad11a5052f74392edf06ca328ef /Makefile.am | |
parent | 8756bbb8b2db5fcc3a2b41e81ca809b3a2e96dba (diff) | |
download | gst-plugins-bad-bb35b43c26d5a9cf654fc4019be766f36cd34a04.tar.gz gst-plugins-bad-bb35b43c26d5a9cf654fc4019be766f36cd34a04.tar.bz2 gst-plugins-bad-bb35b43c26d5a9cf654fc4019be766f36cd34a04.zip |
dist common and m4 correctly
Original commit message from CVS:
dist common and m4 correctly
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 7524fdeb..49668139 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,8 @@ SUBDIRS=gst-libs \ $(GCONF_DIR) \ testsuite \ po \ + common \ + m4 \ pkgconfig DIST_SUBDIRS=ext gst-libs \ @@ -32,16 +34,14 @@ DIST_SUBDIRS=ext gst-libs \ gconf \ testsuite \ po \ + common \ + m4 \ pkgconfig EXTRA_DIST=gst-plugins.spec depcomp \ AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \ - ChangeLog autogen.sh common m4 + ChangeLog autogen.sh DISTCLEANFILES=_stdint.h -dist-hook: - rm -rf `find $(distdir)/common -name CVS` - rm -rf `find $(distdir)/m4 -name CVS` - include $(top_srcdir)/common/release.mak |