putting it back
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 19 Feb 2002 11:02:28 +0000 (11:02 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 19 Feb 2002 11:02:28 +0000 (11:02 +0000)
Original commit message from CVS:
putting it back

Makefile.am
configure.ac
tests/old/Makefile.am
testsuite/Makefile.am

index c637fa8e2d06af01ed478ebea527070c419265af..8631a72aba99fbd4e4fc2e3bcf1d58ff4f233279 100644 (file)
@@ -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
index 30f1ef706ce016d10fda8b7027a77db3a4fd9d38..e0ad6dbc8d298c18f197c34b6e12646b0ec5f568 100644 (file)
@@ -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
 )
 
index 1a9b093fe91217bd2b7983a98f053b7b0a9e81a6..5d26f1b22a5d644072b401cb908d905cb66231f2 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS=
+SUBDIRS=autoplug
 DIST_SUBDIRS=autoplug
 
 GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
index 1a9b093fe91217bd2b7983a98f053b7b0a9e81a6..5d26f1b22a5d644072b401cb908d905cb66231f2 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS=
+SUBDIRS=autoplug
 DIST_SUBDIRS=autoplug
 
 GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)