diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-05-05 15:06:40 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-05-05 15:06:40 +0000 |
commit | ea9531ab70bec630e4ad7209bcd808ac4df126bd (patch) | |
tree | 4641f7a25a5e190bc183eddbb63ecb263648a36b /Makefile.am | |
parent | 790c0598677fd3edac13cdca8adf446ba0f5d868 (diff) |
fix build so you can make dist and create rpms
Original commit message from CVS:
fix build so you can make dist and create rpms
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index c59421e3f..26c8a8eca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,6 @@ SUBDIRS = \ $(EXAMPLES_DIR) \ tools \ $(GCONF_DIR) \ - testsuite \ po \ common \ m4 \ @@ -44,7 +43,6 @@ DIST_SUBDIRS = \ examples \ tools \ gconf \ - testsuite \ po \ common \ m4 \ @@ -54,7 +52,7 @@ DIST_SUBDIRS = \ # docs EXTRA_DIST = \ - gst-plugins.spec depcomp \ + gst-plugins-base.spec depcomp \ AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \ ChangeLog autogen.sh |