From 81f63142d65b62b0971c19ceb79956c49ffc2f06 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 30 Aug 2005 17:32:12 +0000 Subject: tidying up -good for business Original commit message from CVS: tidying up -good for business --- Makefile.am | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ae2e7daa..6ca25afb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,23 +1,22 @@ -# if USE_GCONFTOOL -# GCONF_DIR = gconf -# else +if USE_GCONFTOOL +GCONF_DIR = gconf +else GCONF_DIR = -# endif +endif SUBDIRS = \ - gst sys ext gst-libs \ + gst sys ext \ $(GCONF_DIR) \ m4 common po -# disabled -# $(SUBDIRS_DOCS) DIST_SUBDIRS = \ - gst sys ext gst-libs \ + gst sys ext \ + gconf \ m4 common po EXTRA_DIST = \ - gst-plugins.spec depcomp \ - AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \ + gst-plugins-good.spec depcomp \ + AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \ ChangeLog autogen.sh DISTCLEANFILES = _stdint.h -- cgit