diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-30 17:32:12 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-30 17:32:12 +0000 |
commit | 81f63142d65b62b0971c19ceb79956c49ffc2f06 (patch) | |
tree | f59f1938032b4a20d9db3ca79983866389bdacfd /Makefile.am | |
parent | 530233c12e4f1cf59a54d1203e7b94ddfbcd6dcb (diff) |
tidying up -good for business
Original commit message from CVS:
tidying up -good for business
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am index ae2e7daaf..6ca25afbe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,23 +1,22 @@ -# if USE_GCONFTOOL -# GCONF_DIR = gconf -# else +if USE_GCONFTOOL +GCONF_DIR = gconf +else GCONF_DIR = -# endif +endif SUBDIRS = \ - gst sys ext gst-libs \ + gst sys ext \ $(GCONF_DIR) \ m4 common po -# disabled -# $(SUBDIRS_DOCS) DIST_SUBDIRS = \ - gst sys ext gst-libs \ + gst sys ext \ + gconf \ m4 common po EXTRA_DIST = \ - gst-plugins.spec depcomp \ - AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \ + gst-plugins-good.spec depcomp \ + AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \ ChangeLog autogen.sh DISTCLEANFILES = _stdint.h |