diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-10 21:56:15 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-10 21:56:15 +0000 |
commit | 0b479161b49c5b65e028d2b08d2350bd72810611 (patch) | |
tree | f0028949a7c9e0342007cd873312ce1fa4f9b6d5 /Makefile.am | |
parent | 379017766d497960278f6479ff5d8942b8468aa7 (diff) | |
download | gst-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.am | 10 |
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 |