summaryrefslogtreecommitdiff
path: root/plugins/shn/Makefile.am
blob: 297da84230b27a14f8004aeb9e878cc2960f507d (plain)
1
2
3
4
5
6
7
8
9
10
if HAVE_SHN
shndir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = ddb_shn.la
ddb_shn_la_SOURCES = array.c convert.c misc.c output.c seek.c shn.c shn.h shorten.c shorten.h sulawalaw.c vario.c wave.c bitshift.h

ddb_shn_la_LDFLAGS = -module -avoid-version

ddb_shn_la_LIBADD = $(LDADD) -lm
AM_CFLAGS = $(CFLAGS) -std=c99
endif