From be52c709a41533e162f882dbd147acfe993686cc Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Thu, 5 May 2005 09:10:38 +0000 Subject: make this module a bit more 0.9 friendly Original commit message from CVS: make this module a bit more 0.9 friendly --- Makefile.am | 49 +++++++++++-------------------------------------- 1 file changed, 11 insertions(+), 38 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c59421e3..1475e53f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,49 +6,22 @@ else SUBDIRS_DOCS = endif -if USE_GCONFTOOL -GCONF_DIR = gconf -else -GCONF_DIR = -endif - -if BUILD_EXTERNAL -EXT_DIR = ext -else -EXT_DIR = -endif - -if BUILD_EXAMPLES -EXAMPLES_DIR = examples -else -EXAMPLES_DIR = -endif +# if USE_GCONFTOOL +# GCONF_DIR = gconf +# else +# GCONF_DIR = +# endif SUBDIRS = \ - gst-libs \ - gst sys $(EXT_DIR) \ - $(EXAMPLES_DIR) \ - tools \ + gst sys \ $(GCONF_DIR) \ - testsuite \ - po \ - common \ - m4 \ - pkgconfig + m4 # disabled # $(SUBDIRS_DOCS) DIST_SUBDIRS = \ - gst-libs \ - gst sys ext \ - examples \ - tools \ - gconf \ - testsuite \ - po \ - common \ - m4 \ - pkgconfig + gst sys \ + m4 # disabled # docs @@ -72,5 +45,5 @@ distcheck-hook: find $(distdir) -name \*-marshal.[ch] && \ false ) -include $(top_srcdir)/common/release.mak -include $(top_srcdir)/common/po.mak +# include $(top_srcdir)/common/release.mak +# include $(top_srcdir)/common/po.mak -- cgit