mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
f0b909d7df
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.
23 lines
475 B
Makefile
23 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`
|