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/gui/contact-editor/Makefile.am | 2 +- addressbook/gui/contact-list-editor/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index 9c1e553400..d67a21bba2 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -24,7 +24,7 @@ libecontacteditor_la_SOURCES = \ e-contact-quick-add.c \ e-contact-quick-add.h -libecontacteditor_la_LDFLAGS = $(NO_UNDEFINED) +libecontacteditor_la_LDFLAGS = -avoid-version $(NO_UNDEFINED) libecontacteditor_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ diff --git a/addressbook/gui/contact-list-editor/Makefile.am b/addressbook/gui/contact-list-editor/Makefile.am index bcd398955d..efd1964eb3 100644 --- a/addressbook/gui/contact-list-editor/Makefile.am +++ b/addressbook/gui/contact-list-editor/Makefile.am @@ -19,7 +19,7 @@ libecontactlisteditor_la_SOURCES = \ e-contact-list-model.c \ e-contact-list-model.h -libecontactlisteditor_la_LDFLAGS = $(NO_UNDEFINED) +libecontactlisteditor_la_LDFLAGS = -avoid-version $(NO_UNDEFINED) libecontactlisteditor_la_LIBADD = \ $(top_builddir)/addressbook/util/libeabutil.la \ -- cgit v1.2.3