2002-07-01 15:41:13 +00:00
|
|
|
if USE_GCONFTOOL
|
2002-05-10 21:56:15 +00:00
|
|
|
GCONF_DIR=gconf
|
|
|
|
else
|
|
|
|
GCONF_DIR=
|
|
|
|
endif
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2002-06-14 16:44:33 +00:00
|
|
|
if BUILD_EXTERNAL
|
|
|
|
EXT_DIR=ext
|
|
|
|
else
|
|
|
|
EXT_DIR=
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS=gst-libs gst sys $(EXT_DIR) examples tools $(GCONF_DIR) ## testsuite
|
2002-05-10 21:56:15 +00:00
|
|
|
|
2002-06-15 14:42:00 +00:00
|
|
|
DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf ## testsuite
|
2001-12-21 14:53:33 +00:00
|
|
|
|
2002-07-04 19:32:52 +00:00
|
|
|
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`
|