diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-04 21:30:15 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-04 21:30:15 +0000 |
commit | bfb86e49bf855b0b725fa768a98092f0b3920d3e (patch) | |
tree | c628a08cea89c909fec7f40ccd90380b3c24e2b0 /configure.ac | |
parent | 5ed4d0888133499031ac76531de4c6cc2a5552e9 (diff) | |
download | gst-plugins-bad-bfb86e49bf855b0b725fa768a98092f0b3920d3e.tar.gz gst-plugins-bad-bfb86e49bf855b0b725fa768a98092f0b3920d3e.tar.bz2 gst-plugins-bad-bfb86e49bf855b0b725fa768a98092f0b3920d3e.zip |
appease libtool gods
Original commit message from CVS:
appease libtool gods
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3c114481..a4f0a3b1 100644 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 AS_LIBTOOL(GST_PLUGINS, 2, 0, 0) +AM_PROG_LIBTOOL dnl FIXME take something else ? AC_CONFIG_SRCDIR([gst/law/alaw.c]) |