summaryrefslogtreecommitdiff
path: root/plugins/artwork
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/artwork
parentca77fa97d3f7a2f2f73e39031b87b3be819da93b (diff)
added -avoid-version to all makefiles
Diffstat (limited to 'plugins/artwork')
-rw-r--r--plugins/artwork/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/artwork/Makefile.am b/plugins/artwork/Makefile.am
index 3437e85e..5948af9b 100644
--- a/plugins/artwork/Makefile.am
+++ b/plugins/artwork/Makefile.am
@@ -3,7 +3,7 @@ artworkdir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = artwork.la
artwork_la_SOURCES = artwork.c artwork.h albumartorg.c albumartorg.h lastfm.c lastfm.h wos.c wos.h escape.c escape.h
-artwork_la_LDFLAGS = -module
+artwork_la_LDFLAGS = -module -avoid-version
if HAVE_IMLIB2
ARTWORK_DEPS=$(IMLIB2_DEPS_LIBS)