summaryrefslogtreecommitdiff
path: root/plugins/supereq
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-08-29 19:54:33 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-08-29 19:54:33 +0200
commit5a2fc2fb88cd198d542d29146128a78a0f0b6f2d (patch)
tree829d2f0089ae459177f3d621c98dfccdeebd8380 /plugins/supereq
parentef15eec5093deeea23ab2e1967c8fd7de378001b (diff)
osx: failed menu integration attempt
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 ad476ee6..86abe308 100644
--- a/plugins/supereq/Makefile.am
+++ b/plugins/supereq/Makefile.am
@@ -6,7 +6,7 @@ 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
-supereq_la_LDFLAGS = -module
+supereq_la_LDFLAGS = -module $(NOCPPLIB)
supereq_la_LIBADD = $(LDADD)
endif