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/dca/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/dca') diff --git a/plugins/dca/Makefile.am b/plugins/dca/Makefile.am index 9819c5aa..a887fb99 100644 --- a/plugins/dca/Makefile.am +++ b/plugins/dca/Makefile.am @@ -22,7 +22,7 @@ tables_quantization.h\ tables_vq.h\ bitstream.h -dca_la_LDFLAGS = -module +dca_la_LDFLAGS = -module -avoid-version dca_la_LIBADD = $(LDADD) -lm AM_CFLAGS = $(CFLAGS) -fPIC -std=c99 -- cgit v1.2.3