diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-07-04 19:32:52 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-07-04 19:32:52 +0000 |
commit | f0b909d7df43af76eb1797053f75ad02cbd46bed (patch) | |
tree | 5164e80351c944af8d24ae564884ee13d33119cb /Makefile.am | |
parent | 2bc1699169db1d745c91489b147f5a9a91c2adda (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.am | 8 |
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` |