gstreamer/Makefile.am
David I. Lehn 44902d1ce1 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.
2002-07-04 19:32:52 +00:00

24 lines
475 B
Makefile

if USE_GCONFTOOL
GCONF_DIR=gconf
else
GCONF_DIR=
endif
if BUILD_EXTERNAL
EXT_DIR=ext
else
EXT_DIR=
endif
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 LICENSE LICENSE_readme \
ChangeLog autogen.sh common m4
dist-hook:
rm -rf `find $(distdir)/common -name CVS`
rm -rf `find $(distdir)/m4 -name CVS`