From c298057d60fd760d32885ed8ef58ffccd4e7094c Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Thu, 4 Jul 2002 19:32:52 +0000 Subject: 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. --- Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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` -- cgit