[git] GpgOL - branch, master, updated. gpgol-1.4.0-164-g96bb146
by Andre Heinecke
cvs at cvs.gnupg.org
Mon Nov 14 18:40:28 CET 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG extension for MS Outlook".
The branch, master has been updated
via 96bb1461509a1cd7e86e93cee99b1d979fc11add (commit)
from ba6e9a8c468fdde33a238099664762695b31c2ad (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 96bb1461509a1cd7e86e93cee99b1d979fc11add
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Mon Nov 14 18:38:48 2016 +0100
Look for libgpgmepp in the right libdir
* src/Makefile.am (libgpgmepp.a): Use correct prefix.
diff --git a/src/Makefile.am b/src/Makefile.am
index 55a9a7e..a05f079 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -113,7 +113,7 @@ libassuan.a:
ln -s $$($(LIBASSUAN_CONFIG) --prefix)/lib/libassuan.a .
libgpgmepp.a:
- ln -s $$($(LIBASSUAN_CONFIG) --prefix)/lib/libgpgmepp.a .
+ ln -s $$($(GPGME_CONFIG) --prefix)/lib/libgpgmepp.a .
clean-local:
rm -f libmapi32.a libgpg-error.a libgpgme.a libassuan.a libgpgmepp.a
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GnuPG extension for MS Outlook
http://git.gnupg.org
More information about the Gnupg-commits
mailing list