aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/util
diff options
context:
space:
mode:
authorH. Habighorst <h.habighorst@googlemail.com>2012-02-15 18:21:35 +0800
committerMilan Crha <mcrha@redhat.com>2012-02-15 18:22:21 +0800
commit160006402248075b95c98e9e34d4538670ba7480 (patch)
tree06f7411c7a6ef57bc4e0cd8988f407f9d054c05f /addressbook/util
parent817db4855030e3b1d5c95af50ac76f08ac24054a (diff)
downloadgsoc2013-evolution-160006402248075b95c98e9e34d4538670ba7480.tar
gsoc2013-evolution-160006402248075b95c98e9e34d4538670ba7480.tar.gz
gsoc2013-evolution-160006402248075b95c98e9e34d4538670ba7480.tar.bz2
gsoc2013-evolution-160006402248075b95c98e9e34d4538670ba7480.tar.lz
gsoc2013-evolution-160006402248075b95c98e9e34d4538670ba7480.tar.xz
gsoc2013-evolution-160006402248075b95c98e9e34d4538670ba7480.tar.zst
gsoc2013-evolution-160006402248075b95c98e9e34d4538670ba7480.zip
Bug #591436 - Add -avoid-version to LDFLAGS
Diffstat (limited to 'addressbook/util')
-rw-r--r--addressbook/util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \