diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-19 20:17:47 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-19 20:17:47 +0000 |
commit | cd05d0f3471bb8ac0c991ef4f17ecb56aea61856 (patch) | |
tree | 6688f8c4e9e1fbfec1f504da4eafe1796576edfb | |
parent | 165813bd8b1566f83a26395ca8bd149abb5ca445 (diff) | |
download | gst-plugins-bad-cd05d0f3471bb8ac0c991ef4f17ecb56aea61856.tar.gz gst-plugins-bad-cd05d0f3471bb8ac0c991ef4f17ecb56aea61856.tar.bz2 gst-plugins-bad-cd05d0f3471bb8ac0c991ef4f17ecb56aea61856.zip |
stop bugging me i'm in none of these dirs
Original commit message from CVS:
stop bugging me
i'm in none of these dirs
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6de076fc..12232654 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,9 +13,9 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gstreamer-libs.pc -SUBDIRS=gst-libs gst sys $(EXT_DIR) examples tools $(GCONF_DIR) ## testsuite +SUBDIRS=gst-libs gst sys $(EXT_DIR) 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 \ gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \ |