summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-11-21 20:39:55 +0100
committerGravatar waker <wakeroid@gmail.com>2011-11-21 20:39:55 +0100
commit78eed1c2b2c365e728d8d86cbb15415687e29a36 (patch)
tree4227ad86bcf1be15a12983d2ba5e6756bc6ee0a6 /plugins
parente0236e652167f58f473ba233b4b14e6831154d39 (diff)
removed -lsup++ from adplug makefile
Diffstat (limited to 'plugins')
-rw-r--r--plugins/adplug/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/adplug/Makefile.am b/plugins/adplug/Makefile.am
index c125a056..3bd6fd85 100644
--- a/plugins/adplug/Makefile.am
+++ b/plugins/adplug/Makefile.am
@@ -5,7 +5,7 @@ adlibdir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = adplug.la
AM_CFLAGS = $(CFLAGS) -std=c99 -I$(adplugpath)/adplug -I$(adplugpath)/libbinio -fPIC
-adplug_la_LDFLAGS = -module -nostdlib -lsupc++
+adplug_la_LDFLAGS = -module -nostdlib
AM_CPPFLAGS = $(CXXFLAGS) -Dstricmp=strcasecmp -DVERSION=\"2.1\" -I$(adplugpath)/adplug -I$(adplugpath)/libbinio -fno-exceptions -fno-rtti -nostdlib -fno-unwind-tables -fPIC