changeset 663:de036d09f9f7 trunk

[svn] Link against libstdc++ because we're intermixing code.
author nenolod
date Wed, 22 Feb 2006 17:31:03 -0800
parents 12a80727e175
children b1d40a19466b
files Plugins/Input/sid/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/sid/Makefile.in	Wed Feb 22 17:23:01 2006 -0800
+++ b/Plugins/Input/sid/Makefile.in	Wed Feb 22 17:31:03 2006 -0800
@@ -17,7 +17,7 @@
 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
 
 LDFLAGS = $(BUILDERS_LDFLAGS)
-LIBADD  = $(SIDPLAY1_LDADD) $(SIDPLAY2_LDADD) $(RESID_LDADD) $(HARDSID_LDADD) $(GTK_LIBS)
+LIBADD  = $(SIDPLAY1_LDADD) $(SIDPLAY2_LDADD) $(RESID_LDADD) $(HARDSID_LDADD) $(GTK_LIBS) -lstdc++
 SOURCES =	\
 	xs_init.c	\
 	xs_about.c	\