summaryrefslogtreecommitdiff
path: root/plugins/supereq/Makefile.am
blob: 86abe30835fcd75e5942f26763f05d6cd1d2b4f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if HAVE_SUPEREQ
supereqdir = $(libdir)/$(PACKAGE)
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

supereq_la_LDFLAGS = -module $(NOCPPLIB)

supereq_la_LIBADD = $(LDADD)
endif