Mercurial > audlegacy
diff Plugins/Input/sid/Makefile.in @ 663:de036d09f9f7 trunk
[svn] Link against libstdc++ because we're intermixing code.
author | nenolod |
---|---|
date | Wed, 22 Feb 2006 17:31:03 -0800 |
parents | 86c09efdc4e7 |
children | 2561275dc71b |
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 \