summaryrefslogtreecommitdiff
path: root/plugins/adplug
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-08-29 20:28:09 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-08-29 20:28:09 +0200
commit3ad91661619b579076f32ce6c1727c3eb176adde (patch)
treef2b9cf83273f846826d3d1e7d2a096edf9af0be3 /plugins/adplug
parentae2eb9c875aa603d3b9a72aabef955ef8d5ff711 (diff)
adplug and gme copile fixes
Diffstat (limited to 'plugins/adplug')
-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 6a56e1b8..471cb3cd 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 -lm -lsupc++
+adplug_la_LDFLAGS = -module -lm $(NOCPPLIB)
AM_CPPFLAGS = $(CXXFLAGS) -Dstricmp=strcasecmp -DVERSION=\"2.1\" -I$(adplugpath)/adplug -I$(adplugpath)/libbinio -fno-exceptions -fno-rtti -fno-unwind-tables