summaryrefslogtreecommitdiff
path: root/plugins/shn/Makefile.am
blob: 446711400b291c9bd48be4ab6b38c959c9ce4626 (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 config.h convert.c misc.c output.c seek.c shn.c shn.h shorten.c shorten.h sulawalaw.c vario.c wave.c

shn_la_LDFLAGS = -module

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