summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-02-19 11:02:28 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-02-19 11:02:28 +0000
commit259eb860c83d6654edd8832a23be7976b8b413c4 (patch)
treed43766c1681378cdbf64127dfe096f47313d53e2
parented77b66c85150ba644bcb226dfb3cb3fa057c4e4 (diff)
putting it back
Original commit message from CVS: putting it back
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac3
2 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c637fa8e..8631a72a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-SUBDIRS=gst-libs gst sys ext examples tools ## testsuite
+SUBDIRS=gst-libs gst sys ext examples tools testsuite
-DIST_SUBDIRS=gst-libs gst sys ext examples tools ## testsuite
+DIST_SUBDIRS=gst-libs gst sys ext examples tools testsuite
EXTRA_DIST=gst-plugins.spec depcomp AUTHORS COPYING README RELEASE ChangeLog autogen.sh
diff --git a/configure.ac b/configure.ac
index 30f1ef70..e0ad6dbc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,8 @@ AM_DISABLE_STATIC
dnl when going to/from release please set the nano (fourth number) right !
AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 2, 1)
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
+dnl We disable static building for development, for time savings
+AM_DISABLE_STATIC
AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes)
dnl FIXME take something else ?
@@ -797,6 +799,7 @@ gst-libs/gst/riff/Makefile
examples/capsfilter/Makefile
examples/Makefile
tools/Makefile
+testsuite/autoplug/Makefile
testsuite/Makefile
)