summaryrefslogtreecommitdiff
path: root/plugins/shn/Makefile.am
blob: 335dacff577d2822e9b79e1f43a40c778b1471de (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) -lm
AM_CFLAGS = $(CFLAGS) -std=c99
endif