diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-08-27 22:11:51 +0200 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-08-28 18:18:29 +0200 |
commit | a2f8af08ce37b9c0f322a1c3cb596658b0593e7c (patch) | |
tree | b15358683c48bda37d1dfbc0ec2bf9cada5c400e /plugins/supereq | |
parent | 4457911ae7d38d7bef7abe11bc43d060ba4bf6a2 (diff) |
osx support WIP
Diffstat (limited to 'plugins/supereq')
-rw-r--r-- | plugins/supereq/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/supereq/Makefile.am b/plugins/supereq/Makefile.am index 0096e4ab..ad476ee6 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 -nostdlib -lsupc++ +supereq_la_LDFLAGS = -module supereq_la_LIBADD = $(LDADD) endif |