summaryrefslogtreecommitdiff
path: root/plugins/supereq/Makefile.am
blob: ad476ee6b5146d72c6d87e445a2427a1ab0a764b (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

supereq_la_LIBADD = $(LDADD)
endif