diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-06 14:12:47 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-06 14:12:47 +0000 |
commit | f9060cefcccafd219168b2caf4ac427e6e5750a6 (patch) | |
tree | 48356c231e7a012fa5e23dac90213d3dd0431560 /Makefile.am | |
parent | f838a1f6f21b86df4a5aa818f2f67c0ad6e6cac1 (diff) | |
download | gst-plugins-bad-f9060cefcccafd219168b2caf4ac427e6e5750a6.tar.gz gst-plugins-bad-f9060cefcccafd219168b2caf4ac427e6e5750a6.tar.bz2 gst-plugins-bad-f9060cefcccafd219168b2caf4ac427e6e5750a6.zip |
fixing distcheck fixing SDL issue
Original commit message from CVS:
fixing distcheck
fixing SDL issue
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 c80e6742..21085dde 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,8 @@ else GCONF_DIR= endif -SUBDIRS=gst-libs gst sys ext examples tools $(GCONF_DIR) testsuite +SUBDIRS=gst-libs gst sys ext 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 AUTHORS COPYING README RELEASE ChangeLog autogen.sh |