From b06812a7261467785f7fe3f537f010885cfa732f Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Wed, 5 Feb 2014 20:59:59 +0100 Subject: added -avoid-version to all makefiles --- plugins/lastfm/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/lastfm') diff --git a/plugins/lastfm/Makefile.am b/plugins/lastfm/Makefile.am index b7f9b8d2..946edece 100644 --- a/plugins/lastfm/Makefile.am +++ b/plugins/lastfm/Makefile.am @@ -2,7 +2,7 @@ if HAVE_LASTFM lastfmdir = $(libdir)/$(PACKAGE) pkglib_LTLIBRARIES = lastfm.la lastfm_la_SOURCES = lastfm.c -lastfm_la_LDFLAGS = -module +lastfm_la_LDFLAGS = -module -avoid-version lastfm_la_LIBADD = $(LDADD) $(CURL_LIBS) AM_CFLAGS = -std=c99 $(CURL_CFLAGS) -- cgit v1.2.3