diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-19 11:02:28 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-19 11:02:28 +0000 |
commit | e3f1c7373b02af99a14cdc80350c4f044ce5649a (patch) | |
tree | 2618cfab3175b2821cbe72a4561724d9e36446db /configure.ac | |
parent | e730de0bce435716cd48d79d21eeaf21e6838461 (diff) | |
download | gst-plugins-bad-e3f1c7373b02af99a14cdc80350c4f044ce5649a.tar.gz gst-plugins-bad-e3f1c7373b02af99a14cdc80350c4f044ce5649a.tar.bz2 gst-plugins-bad-e3f1c7373b02af99a14cdc80350c4f044ce5649a.zip |
putting it back
Original commit message from CVS:
putting it back
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
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 ) |