diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-09-19 12:50:04 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-09-19 14:15:11 +0200 |
commit | 864cd9bef0c4dddd1b3287e57a0f07ebb7d3b1dc (patch) | |
tree | a653badf62138009e8e7f625e062ab3b6af351a7 /plugins/shn | |
parent | 70ec08354e9472b2bbc549a62f124179aa33d05a (diff) |
fixed few tarball issues
Diffstat (limited to 'plugins/shn')
-rw-r--r-- | plugins/shn/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shn/Makefile.am b/plugins/shn/Makefile.am index 44671140..53d8c26b 100644 --- a/plugins/shn/Makefile.am +++ b/plugins/shn/Makefile.am @@ -1,7 +1,7 @@ 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_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 |