From 7b3a0244f82423a5626f066e68728dd92e65b766 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 4 Aug 2003 20:02:25 +0000 Subject: 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 --- common | 2 +- ext/mplex/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common b/common index 8b323f41..6b0a313b 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 8b323f41bfaccb8f30bddfc6ff8bd6a4be04a3e1 +Subproject commit 6b0a313b93535f0df7956a01405ddb63a3d76b5a diff --git a/ext/mplex/Makefile.am b/ext/mplex/Makefile.am index 0941412c..3d0eadc7 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 -- cgit v1.2.1