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/supereq/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/supereq') diff --git a/plugins/supereq/Makefile.am b/plugins/supereq/Makefile.am index 0daa9577..e78c9796 100644 --- a/plugins/supereq/Makefile.am +++ b/plugins/supereq/Makefile.am @@ -6,7 +6,7 @@ supereq_la_SOURCES = supereq.c Equ.cpp Equ.h Fftsg_fl.c paramlist.hpp AM_CFLAGS = $(CFLAGS) -std=c99 -DUSE_OOURA AM_CPPFLAGS = $(CXXFLAGS) -fno-exceptions -fno-rtti -fno-unwind-tables -DUSE_OOURA -supereq_la_LDFLAGS = -module $(NOCPPLIB) +supereq_la_LDFLAGS = -module -avoid-version $(NOCPPLIB) supereq_la_LIBADD = $(LDADD) endif -- cgit v1.2.3