diff options
author | H. Habighorst <h.habighorst@googlemail.com> | 2012-02-15 18:21:35 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-02-15 18:22:21 +0800 |
commit | 160006402248075b95c98e9e34d4538670ba7480 (patch) | |
tree | 06f7411c7a6ef57bc4e0cd8988f407f9d054c05f /addressbook | |
parent | 817db4855030e3b1d5c95af50ac76f08ac24054a (diff) | |
download | gsoc2013-evolution-160006402248075b95c98e9e34d4538670ba7480.tar.gz gsoc2013-evolution-160006402248075b95c98e9e34d4538670ba7480.tar.zst gsoc2013-evolution-160006402248075b95c98e9e34d4538670ba7480.zip |
Bug #591436 - Add -avoid-version to LDFLAGS
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-list-editor/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/importers/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/util/Makefile.am | 2 |
4 files changed, 4 insertions, 4 deletions
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 \ diff --git a/addressbook/importers/Makefile.am b/addressbook/importers/Makefile.am index ea29cdc38b..2c5f587f5c 100644 --- a/addressbook/importers/Makefile.am +++ b/addressbook/importers/Makefile.am @@ -18,7 +18,7 @@ libevolution_addressbook_importers_la_SOURCES = \ evolution-csv-importer.c \ evolution-addressbook-importers.h -libevolution_addressbook_importers_la_LDFLAGS = $(NO_UNDEFINED) +libevolution_addressbook_importers_la_LDFLAGS = -avoid-version $(NO_UNDEFINED) libevolution_addressbook_importers_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ 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 \ |