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/importers | |
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/importers')
-rw-r--r-- | addressbook/importers/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |