summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-08-04 20:02:25 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-08-04 20:02:25 +0000
commit7b3a0244f82423a5626f066e68728dd92e65b766 (patch)
treeffc190dcdb423518687ef31259c67f4a40a6c72f
parentea675ccaadb5641e0bf2bf9d1a829b021625531a (diff)
downloadgstreamer-plugins-bad-7b3a0244f82423a5626f066e68728dd92e65b766.tar.gz
We don't like -lstdc++ in Makefile.am, use libtool-1.5 instead
Original commit message from CVS: We don't like -lstdc++ in Makefile.am, use libtool-1.5 instead
m---------common0
-rw-r--r--ext/mplex/Makefile.am2
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common
-Subproject 8b323f41bfaccb8f30bddfc6ff8bd6a4be04a3e
+Subproject 6b0a313b93535f0df7956a01405ddb63a3d76b5
diff --git a/ext/mplex/Makefile.am b/ext/mplex/Makefile.am
index 0941412c3..3d0eadc7a 100644
--- a/ext/mplex/Makefile.am
+++ b/ext/mplex/Makefile.am
@@ -4,7 +4,7 @@ plugin_LTLIBRARIES = libgstmplex.la
libgstmplex_la_SOURCES = gstmplex.cc
libgstmplex_la_CXXFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst-libs/ext/mplex/
-libgstmplex_la_LIBADD = -lstdc++ $(LIBM_LIBS) $(top_builddir)/gst-libs/ext/mplex/libmplex.la
+libgstmplex_la_LIBADD = $(LIBM_LIBS) $(top_builddir)/gst-libs/ext/mplex/libmplex.la
libgstmplex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstmplex.h