summaryrefslogtreecommitdiff
path: root/plugins/artwork
diff options
context:
space:
mode:
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)