Mercurial > audlegacy
comparison 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 |
comparison
equal
deleted
inserted
replaced
662:12a80727e175 | 663:de036d09f9f7 |
---|---|
15 # Generated libraries | 15 # Generated libraries |
16 | 16 |
17 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) | 17 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) |
18 | 18 |
19 LDFLAGS = $(BUILDERS_LDFLAGS) | 19 LDFLAGS = $(BUILDERS_LDFLAGS) |
20 LIBADD = $(SIDPLAY1_LDADD) $(SIDPLAY2_LDADD) $(RESID_LDADD) $(HARDSID_LDADD) $(GTK_LIBS) | 20 LIBADD = $(SIDPLAY1_LDADD) $(SIDPLAY2_LDADD) $(RESID_LDADD) $(HARDSID_LDADD) $(GTK_LIBS) -lstdc++ |
21 SOURCES = \ | 21 SOURCES = \ |
22 xs_init.c \ | 22 xs_init.c \ |
23 xs_about.c \ | 23 xs_about.c \ |
24 xs_support.c \ | 24 xs_support.c \ |
25 xs_config.c \ | 25 xs_config.c \ |