disable use of AS_LIBTOOL_TAGS, it doesn't work correctly
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 15:30:56 +0000 (15:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 15:30:56 +0000 (15:30 +0000)
Original commit message from CVS:
disable use of AS_LIBTOOL_TAGS, it doesn't work correctly

common
configure.ac
ext/sidplay/Makefile.am

diff --git a/common b/common
index 6850ec3..6f7101e 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 6850ec3d1c74ff309330c3410c3fce3d947986ca
+Subproject commit 6f7101e2227975fa8a134358362dd4b55e326b4c
index 00a48bb..ae1b6fd 100644 (file)
@@ -34,7 +34,11 @@ dnl we override it here if we need to for the release candidate of new series
 GST_MAJORMINOR=0.10
 AC_SUBST(GST_MAJORMINOR)
 
-AS_LIBTOOL_TAGS
+dnl FIXME: this macro doesn't actually work;
+dnl the generated libtool script has no support for the listed tags.
+dnl So this needs to be fixed first if we want to use this
+dnl AS_LIBTOOL_TAGS([CXX])
+
 AM_PROG_LIBTOOL
 
 dnl *** required versions of GStreamer stuff ***
index cbd1f5e..9bfceb2 100644 (file)
@@ -1,8 +1,8 @@
 plugin_LTLIBRARIES = libgstsid.la
 
 libgstsid_la_SOURCES = gstsiddec.cc
-libgstsid_la_CXXFLAGS = $(GST_CFLAGS) $(SIDPLAY_CFLAGS) $(GST_PLUGINS_CFLAGS)
-libgstsid_la_LIBADD = $(SIDPLAY_LIBS) $(GST_PLUGINS_LIBS)
+libgstsid_la_CXXFLAGS = $(GST_CFLAGS) $(SIDPLAY_CFLAGS)
+libgstsid_la_LIBADD = $(SIDPLAY_LIBS) $(GST_PLUGINS_BASE_LIBS)
 libgstsid_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
 noinst_HEADERS = gstsiddec.h