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
This commit is contained in:
Ronald S. Bultje 2003-08-04 20:02:25 +00:00
parent ea675ccaad
commit 7b3a0244f8
2 changed files with 2 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit 8b323f41bfaccb8f30bddfc6ff8bd6a4be04a3e1
Subproject commit 6b0a313b93535f0df7956a01405ddb63a3d76b5a

View file

@ -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