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 | 271747bc97d54627751a24bd508bd4d27c7f9b3a (patch) | |
tree | 9032e0f382348f8647d4ac33d45124886d4d66f0 /Makefile.am | |
parent | 50d9577c44417ee70f1e1d5739f61e831bedf634 (diff) |
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 |