[git] GPGME - branch, master, updated. gpgme-1.6.0-63-gb8de791

by Andre Heinecke cvs at cvs.gnupg.org
Wed May 11 14:58:18 CEST 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 Made Easy".

The branch, master has been updated
       via  b8de79160b2e05ac84d8feb61ff7ed1f7015a623 (commit)
      from  34e5c5b33de3608bedc2826be27a06e6eec0ea44 (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 b8de79160b2e05ac84d8feb61ff7ed1f7015a623
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Wed May 11 14:56:20 2016 +0200

    Cpp: Ensure gpgme.h is taken from current build
    
    * lang/cpp/src/Makefile.am (AM_CPPFLAGS): Add gpgme.h location.
    --
    This fixes the build in case an incompatible gpgme.h is also
    installed in other include locations.

diff --git a/lang/cpp/src/Makefile.am b/lang/cpp/src/Makefile.am
index 24e0461..d3d28ce 100644
--- a/lang/cpp/src/Makefile.am
+++ b/lang/cpp/src/Makefile.am
@@ -59,7 +59,8 @@ nobase_gpgmeppinclude_HEADERS = $(interface_headers)
 libgpgmepp_la_SOURCES = $(main_sources) $(gpgmepp_headers) context_vanilla.cpp \
                         $(interface_headers) $(private_gpgmepp_headers)
 
-AM_CPPFLAGS = @GPG_ERROR_CFLAGS@ @LIBASSUAN_CFLAGS@ -DBUILDING_GPGMEPP
+AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@ @LIBASSUAN_CFLAGS@ \
+              -DBUILDING_GPGMEPP
 
 libgpgmepp_la_LIBADD = ../../../src/libgpgme.la @LIBASSUAN_LIBS@
 libgpgmepp_la_LDFLAGS = -version-info \

-----------------------------------------------------------------------

Summary of changes:
 lang/cpp/src/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list