diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-02-05 20:59:59 +0100 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-02-05 20:59:59 +0100 |
commit | b06812a7261467785f7fe3f537f010885cfa732f (patch) | |
tree | d69a09ac6647cd598bbbefb501b4cd10e211f2c0 /plugins/shn | |
parent | ca77fa97d3f7a2f2f73e39031b87b3be819da93b (diff) |
added -avoid-version to all makefiles
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 acc597ef..297da842 100644 --- a/plugins/shn/Makefile.am +++ b/plugins/shn/Makefile.am @@ -3,7 +3,7 @@ shndir = $(libdir)/$(PACKAGE) pkglib_LTLIBRARIES = ddb_shn.la ddb_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 -ddb_shn_la_LDFLAGS = -module +ddb_shn_la_LDFLAGS = -module -avoid-version ddb_shn_la_LIBADD = $(LDADD) -lm AM_CFLAGS = $(CFLAGS) -std=c99 |