From 473d98a9cffea603ccc3ab62a0872e0058524eb3 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 3 Dec 2013 22:02:45 +0100 Subject: build system fixes for 0.6 static --- plugins/supereq/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/supereq') 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) -- cgit v1.2.3