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 /smime | |
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 'smime')
-rw-r--r-- | smime/gui/Makefile.am | 2 | ||||
-rw-r--r-- | smime/lib/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/smime/gui/Makefile.am b/smime/gui/Makefile.am index c8fe999fc7..748a54b123 100644 --- a/smime/gui/Makefile.am +++ b/smime/gui/Makefile.am @@ -45,7 +45,7 @@ libevolution_smime_la_LIBADD = \ $(GNOME_PLATFORM_LIBS) \ $(CERT_UI_LIBS) -libevolution_smime_la_LDFLAGS = $(NO_UNDEFINED) +libevolution_smime_la_LDFLAGS = -avoid-version $(NO_UNDEFINED) ui_DATA = smime-ui.ui diff --git a/smime/lib/Makefile.am b/smime/lib/Makefile.am index 9ed6067c0e..5ef47070d4 100644 --- a/smime/lib/Makefile.am +++ b/smime/lib/Makefile.am @@ -35,6 +35,6 @@ libessmime_la_LIBADD = \ $(GNOME_PLATFORM_LIBS) \ $(CERT_UI_LIBS) -libessmime_la_LDFLAGS = $(NO_UNDEFINED) +libessmime_la_LDFLAGS = -avoid-version $(NO_UNDEFINED) -include $(top_srcdir)/git.mk |