diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-05-05 09:10:38 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-05-05 09:10:38 +0000 |
commit | 646e2af4a4fcd0e935b48b0b01155b7bea5d972a (patch) | |
tree | c02187ca8ce4b37e618ed880d2458984b89f6323 /Makefile.am | |
parent | 2459e0ecdc2112187dfb3f34091ae9c73197e304 (diff) | |
download | gstreamer-plugins-bad-646e2af4a4fcd0e935b48b0b01155b7bea5d972a.tar.gz |
make this module a bit more 0.9 friendly
Original commit message from CVS:
make this module a bit more 0.9 friendly
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 49 |
1 files changed, 11 insertions, 38 deletions
diff --git a/Makefile.am b/Makefile.am index c59421e3f..1475e53f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,49 +6,22 @@ else SUBDIRS_DOCS = endif -if USE_GCONFTOOL -GCONF_DIR = gconf -else -GCONF_DIR = -endif - -if BUILD_EXTERNAL -EXT_DIR = ext -else -EXT_DIR = -endif - -if BUILD_EXAMPLES -EXAMPLES_DIR = examples -else -EXAMPLES_DIR = -endif +# if USE_GCONFTOOL +# GCONF_DIR = gconf +# else +# GCONF_DIR = +# endif SUBDIRS = \ - gst-libs \ - gst sys $(EXT_DIR) \ - $(EXAMPLES_DIR) \ - tools \ + gst sys \ $(GCONF_DIR) \ - testsuite \ - po \ - common \ - m4 \ - pkgconfig + m4 # disabled # $(SUBDIRS_DOCS) DIST_SUBDIRS = \ - gst-libs \ - gst sys ext \ - examples \ - tools \ - gconf \ - testsuite \ - po \ - common \ - m4 \ - pkgconfig + gst sys \ + m4 # disabled # docs @@ -72,5 +45,5 @@ distcheck-hook: find $(distdir) -name \*-marshal.[ch] && \ false ) -include $(top_srcdir)/common/release.mak -include $(top_srcdir)/common/po.mak +# include $(top_srcdir)/common/release.mak +# include $(top_srcdir)/common/po.mak |