From: Ricardo Mones Date: Sat, 7 Mar 2015 00:52:23 +0000 (+0100) Subject: Do not link main binary to GPGME libraries X-Git-Tag: 3.12.0~169 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=9971efeb205fde204519cd26424a389d7c60c5f2 Do not link main binary to GPGME libraries Fixes half of ; the other half was fixed in commit 22e05b492f09ed1d20cd48e1917d1dead0fc248e. --- diff --git a/src/Makefile.am b/src/Makefile.am index cfb89a58d..d4b66276b 100644 --- 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) \