diff options
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 ae6c7670..c80e6742 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 |