From 160006402248075b95c98e9e34d4538670ba7480 Mon Sep 17 00:00:00 2001 From: "H. Habighorst" Date: Wed, 15 Feb 2012 11:21:35 +0100 Subject: Bug #591436 - Add -avoid-version to LDFLAGS --- addressbook/util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/util') diff --git a/addressbook/util/Makefile.am b/addressbook/util/Makefile.am index ea70fbb9ca..c27b18c67c 100644 --- a/addressbook/util/Makefile.am +++ b/addressbook/util/Makefile.am @@ -18,7 +18,7 @@ libeabutil_la_SOURCES = \ eab-book-util.c \ eab-book-util.h -libeabutil_la_LDFLAGS = $(NO_UNDEFINED) +libeabutil_la_LDFLAGS = -avoid-version $(NO_UNDEFINED) libeabutil_la_LIBADD = \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ -- cgit v1.2.3