From: Thomas Vander Stichele Date: Tue, 19 Feb 2002 11:02:28 +0000 (+0000) Subject: putting it back X-Git-Tag: 1.19.3~507^2~25029 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3f1c7373b02af99a14cdc80350c4f044ce5649a;p=platform%2Fupstream%2Fgstreamer.git putting it back Original commit message from CVS: putting it back --- 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 )