summaryrefslogtreecommitdiff
path: root/plugins/supereq/Makefile.am
blob: 0fffd6d62dd7c9862e57a4de7dec18b52d63223b (plain)
1
2
3
4
5
6
7
8
9
10
if HAVE_SUPEREQ
supereqdir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = supereq.la
supereq_la_SOURCES = supereq.c supereq.h Equ.cpp Fftsg_fl.cpp paramlist.hpp

supereq_la_LDFLAGS = -module

supereq_la_LIBADD = $(LDADD)
AM_CFLAGS = -std=c99
endif