From 1f1d9b874f80998ee76dd6f721f2942b2d72a581 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 13 Dec 2002 09:50:19 +0000 Subject: hardlink stdc++ until someone explains us The One True Way Original commit message from CVS: hardlink stdc++ until someone explains us The One True Way --- gst/modplug/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst') diff --git a/gst/modplug/Makefile.am b/gst/modplug/Makefile.am index b5b4f755..2bd7fb6b 100644 --- a/gst/modplug/Makefile.am +++ b/gst/modplug/Makefile.am @@ -8,7 +8,8 @@ libgstmodplug_la_SOURCES = modplug_types.c gstmodplug.cc libgstmodplug_la_CFLAGS = $(GST_CFLAGS) libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS) libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la -libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +# we add stdc++ because it'll be used by C programs +libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lstdc++ noinst_HEADERS = gstmodplug.h modplug_types.h -- cgit v1.2.1