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/vtx/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/vtx') diff --git a/plugins/vtx/Makefile.am b/plugins/vtx/Makefile.am index 02d8de5c..9dec3200 100644 --- a/plugins/vtx/Makefile.am +++ b/plugins/vtx/Makefile.am @@ -2,7 +2,7 @@ if HAVE_VTX vtxdir = $(libdir)/$(PACKAGE) pkglib_LTLIBRARIES = vtx.la vtx_la_SOURCES = vtx.c ay8912.c ayemu_8912.h ayemu.h ayemu_vtxfile.h lh5dec.c vtxfile.c -vtx_la_LDFLAGS = -module +vtx_la_LDFLAGS = -module -avoid-version AM_CFLAGS = $(CFLAGS) -std=c99 endif -- cgit v1.2.3