summaryrefslogtreecommitdiff
path: root/plugins/musepack
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-02-05 20:59:59 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-02-05 20:59:59 +0100
commitb06812a7261467785f7fe3f537f010885cfa732f (patch)
treed69a09ac6647cd598bbbefb501b4cd10e211f2c0 /plugins/musepack
parentca77fa97d3f7a2f2f73e39031b87b3be819da93b (diff)
added -avoid-version to all makefiles
Diffstat (limited to 'plugins/musepack')
-rw-r--r--plugins/musepack/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/musepack/Makefile.am b/plugins/musepack/Makefile.am
index c82490aa..513c694a 100644
--- a/plugins/musepack/Makefile.am
+++ b/plugins/musepack/Makefile.am
@@ -24,7 +24,7 @@ mpc/streaminfo.h\
mpc/mpc_types.h\
mpc/minimax.h
-musepack_la_LDFLAGS = -module
+musepack_la_LDFLAGS = -module -avoid-version
musepack_la_LIBADD = $(LDADD) -lm
AM_CFLAGS = $(CFLAGS) -fPIC -std=c99