diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-06 11:12:06 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-06 11:12:06 +0000 |
commit | a349a2454f11d6877dc82a7757cccc25795a8d01 (patch) | |
tree | cfeb04d92904854c6643d77378ddf13e2fb75f36 /Makefile.am | |
parent | 8097e8bda831cdfac618be74997a75ffa5477337 (diff) | |
download | gstreamer-plugins-bad-a349a2454f11d6877dc82a7757cccc25795a8d01.tar.gz |
a present for uraeus some buildreq fixes
Original commit message from CVS:
a present for uraeus
some buildreq fixes
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index ae6c76704..c80e67423 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,11 @@ -if HAVE_GCONF +if USE_GCONF GCONF_DIR=gconf else GCONF_DIR= endif -SUBDIRS=gst-libs gst sys ext examples tools $(GCONF_DIR) ## testsuite +SUBDIRS=gst-libs gst sys ext examples tools $(GCONF_DIR) testsuite -DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf ## 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 |