summaryrefslogtreecommitdiff
path: root/plugins/supereq
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-12-03 22:02:45 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-12-03 22:02:45 +0100
commit473d98a9cffea603ccc3ab62a0872e0058524eb3 (patch)
treed69e8201505bdb7cca8fe65b95499c1fedb8b5f7 /plugins/supereq
parent3b4f24db2b17b5e16a21becbbf22cc86e4ac3089 (diff)
build system fixes for 0.6 static
Diffstat (limited to 'plugins/supereq')
-rw-r--r--plugins/supereq/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/supereq/Makefile.am b/plugins/supereq/Makefile.am
index 86abe308..0daa9577 100644
--- a/plugins/supereq/Makefile.am
+++ b/plugins/supereq/Makefile.am
@@ -4,7 +4,7 @@ pkglib_LTLIBRARIES = supereq.la
supereq_la_SOURCES = supereq.c Equ.cpp Equ.h Fftsg_fl.c paramlist.hpp
AM_CFLAGS = $(CFLAGS) -std=c99 -DUSE_OOURA
-AM_CPPFLAGS = $(CXXFLAGS) -fno-exceptions -fno-rtti -nostdlib -fno-unwind-tables -DUSE_OOURA
+AM_CPPFLAGS = $(CXXFLAGS) -fno-exceptions -fno-rtti -fno-unwind-tables -DUSE_OOURA
supereq_la_LDFLAGS = -module $(NOCPPLIB)