[git] GPGME - branch, master, updated. gpgme-1.6.0-111-g375523e

by Andre Heinecke cvs at cvs.gnupg.org
Thu May 19 10:59:10 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  375523ead3a749d77d286c56f10d403c07f2b014 (commit)
      from  2c3a5d93e78cfca22785e51c5a65184a47da4bff (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 375523ead3a749d77d286c56f10d403c07f2b014
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Thu May 19 10:56:49 2016 +0200

    Qt: Fix compilation of unit tests
    
    * lang/qt/tests/Makefile.am (AM_CPPFLAGS): Add -DBUILDING_QGPGME.
    
    --
    Without building QGpgME the headers of gpgme++ are not included
    corretly and taken from an already installed gpgme++.

diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am
index 4a14e63..7658a73 100644
--- a/lang/qt/tests/Makefile.am
+++ b/lang/qt/tests/Makefile.am
@@ -36,7 +36,7 @@ LDADD = ../../cpp/src/libgpgmepp.la ../src/libqgpgme.la \
 
 AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@ \
               @GPGME_QT_CFLAGS@ @GPG_ERROR_CFLAGS@ @LIBASSUAN_CFLAGS@ \
-              @GPGME_QTTEST_CFLAGS@ \
+              @GPGME_QTTEST_CFLAGS@ -DBUILDING_QGPGME \
               -I$(top_srcdir)/lang/cpp/src -I$(top_srcdir)/lang/qt/src \
               -DTOP_SRCDIR="$(top_srcdir)"
 

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

Summary of changes:
 lang/qt/tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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




More information about the Gnupg-commits mailing list