From 19e0c96d9744d67efda657da20769326ba007267 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 19 Feb 2002 11:02:28 +0000 Subject: [PATCH] putting it back Original commit message from CVS: putting it back --- Makefile.am | 4 ++-- configure.ac | 3 +++ tests/old/Makefile.am | 2 +- testsuite/Makefile.am | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index c637fa8..8631a72 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 30f1ef7..e0ad6db 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 ) diff --git a/tests/old/Makefile.am b/tests/old/Makefile.am index 1a9b093..5d26f1b 100644 --- a/tests/old/Makefile.am +++ b/tests/old/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS= +SUBDIRS=autoplug DIST_SUBDIRS=autoplug GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 1a9b093..5d26f1b 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS= +SUBDIRS=autoplug DIST_SUBDIRS=autoplug GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) -- 2.7.4