talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 9971efeb205fde204519cd26424a389d7c60c5f2
parent a2457c525e4fc13f5fe24f6ffee14794a27b9fc3
Author: Ricardo Mones <ricardo@mones.org>
Date:   Sat,  7 Mar 2015 01:52:23 +0100

Do not link main binary to GPGME libraries

Fixes half of <https://bugs.debian.org/779824>; the other half
was fixed in commit 22e05b492f09ed1d20cd48e1917d1dead0fc248e.

Diffstat:
Msrc/Makefile.am | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am @@ -558,7 +558,6 @@ claws_mail_LDADD = \ $(ENCHANT_LIBS) \ $(INTLLIBS) \ $(GTK_LIBS) \ - $(GPGME_LIBS) \ $(LDAP_LIBS) \ $(GNUTLS_LIBS) \ $(COMPFACE_LIBS) \