diff options
Diffstat (limited to 'plugins/shn/Makefile.am')
-rw-r--r-- | plugins/shn/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/shn/Makefile.am b/plugins/shn/Makefile.am deleted file mode 100644 index 335dacff..00000000 --- a/plugins/shn/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -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 |