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/nullout/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/nullout') diff --git a/plugins/nullout/Makefile.am b/plugins/nullout/Makefile.am index 73e63136..97042f9b 100644 --- a/plugins/nullout/Makefile.am +++ b/plugins/nullout/Makefile.am @@ -2,6 +2,6 @@ if HAVE_NULLOUT nulloutdir = $(libdir)/$(PACKAGE) pkglib_LTLIBRARIES = nullout.la nullout_la_SOURCES = nullout.c -nullout_la_LDFLAGS = -module +nullout_la_LDFLAGS = -module -avoid-version AM_CFLAGS = $(CFLAGS) -std=c99 endif -- cgit v1.2.3