From 3ad91661619b579076f32ce6c1727c3eb176adde Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 29 Aug 2013 20:28:09 +0200 Subject: adplug and gme copile fixes --- plugins/adplug/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/adplug') 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 -- cgit v1.2.3