summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-05-10 21:56:15 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-05-10 21:56:15 +0000
commit0b479161b49c5b65e028d2b08d2350bd72810611 (patch)
treef0028949a7c9e0342007cd873312ce1fa4f9b6d5 /Makefile.am
parent379017766d497960278f6479ff5d8942b8468aa7 (diff)
downloadgst-plugins-bad-0b479161b49c5b65e028d2b08d2350bd72810611.tar.gz
gst-plugins-bad-0b479161b49c5b65e028d2b08d2350bd72810611.tar.bz2
gst-plugins-bad-0b479161b49c5b65e028d2b08d2350bd72810611.zip
removing snapshot from the build because we need to fix it adding gconf schema to build and spec
Original commit message from CVS: removing snapshot from the build because we need to fix it adding gconf schema to build and spec
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c637fa8e..ae6c7670 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,11 @@
-SUBDIRS=gst-libs gst sys ext examples tools ## testsuite
+if HAVE_GCONF
+GCONF_DIR=gconf
+else
+GCONF_DIR=
+endif
-DIST_SUBDIRS=gst-libs gst sys ext examples tools ## testsuite
+SUBDIRS=gst-libs gst sys ext 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 ChangeLog autogen.sh