summaryrefslogtreecommitdiff
path: root/plugins/shn/Makefile.am
blob: 53d8c26bfc09f130c8c11180127f8b158733109d (plain)
1
2
3
4
5
6
7
8
9
10
if HAVE_SHN
shndir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = shn.la
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

shn_la_LDFLAGS = -module

shn_la_LIBADD = $(LDADD)
AM_CFLAGS = $(CFLAGS) -std=c99
endif