summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2002-07-04 19:32:52 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2002-07-04 19:32:52 +0000
commitc298057d60fd760d32885ed8ef58ffccd4e7094c (patch)
tree79a2cdf2b2f04dec94db37ce7d1435516587027a /Makefile.am
parent035a3c4efcea8531ecd35b2c722dad1f0d1b1aa7 (diff)
Add license files. LICENSE_readme moved here from core since it has info related to all the plugins.
Original commit message from CVS: Add license files. LICENSE_readme moved here from core since it has info related to all the plugins. Added common and m4 to the dist and strip out CVS files from dist.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7e63c1bb..84b90b4e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,4 +14,10 @@ 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 AUTHORS COPYING README RELEASE ChangeLog autogen.sh
+EXTRA_DIST=gst-plugins.spec depcomp \
+ AUTHORS COPYING README RELEASE LICENSE LICENSE_readme \
+ ChangeLog autogen.sh common m4
+
+dist-hook:
+ rm -rf `find $(distdir)/common -name CVS`
+ rm -rf `find $(distdir)/m4 -name CVS`