diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-05-06 12:43:59 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-05-06 12:43:59 +0000 |
commit | 93f1e423f99519e51462fea6dc0004f07a3bee14 (patch) | |
tree | 6fc3a5230c698f046ff1583e47ec1f7943beb6f3 /Makefile.am | |
parent | ed42844c74189d5e578dd5a8134d997ff7ba6098 (diff) | |
download | gstreamer-plugins-bad-93f1e423f99519e51462fea6dc0004f07a3bee14.tar.gz |
various fixes to make it possible to build rpms from gst-plugins head
Original commit message from CVS:
various fixes to make it possible to build rpms from gst-plugins head
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 866b95a91..739a64406 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,13 +15,13 @@ endif SUBDIRS = \ gst sys ext \ $(GCONF_DIR) \ - m4 + m4 common # disabled # $(SUBDIRS_DOCS) DIST_SUBDIRS = \ gst sys ext \ - m4 + m4 common # disabled # docs |