[git] GPGME - branch, gpgmepp, updated. gpgme-1.6.0-60-gc303292
by Andre Heinecke
cvs at cvs.gnupg.org
Tue May 10 15:09:41 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, gpgmepp has been updated
via c303292aca26c43b6efe98719edb3ff7b2d6665d (commit)
from b7d5c2cced796d4092a9f424368fc999165f9d13 (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 c303292aca26c43b6efe98719edb3ff7b2d6665d
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Tue May 10 15:05:11 2016 +0200
Qt / Cpp: Fix make dist
* lang/cpp/src/Makefile.am (EXTRA_DIST): Fix typo.
(private_gpgmepp_headers): New. Private headers.
(libgpgmepp_la_SOURCES): Add private headers.
* lang/qt/src/Makefile.am (t_keylist_SOURCES): Remove non existent
header.
diff --git a/lang/cpp/src/Makefile.am b/lang/cpp/src/Makefile.am
index e56b818..24e0461 100644
--- a/lang/cpp/src/Makefile.am
+++ b/lang/cpp/src/Makefile.am
@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA
-EXTRA_DIST = GpgmeppConfig.cmake.in.in GpgmeConfigVersion.cmake.in
+EXTRA_DIST = GpgmeppConfig.cmake.in.in GpgmeppConfigVersion.cmake.in
lib_LTLIBRARIES = libgpgmepp.la
@@ -45,6 +45,9 @@ gpgmepp_headers = \
notation.h result.h scdgetinfoassuantransaction.h signingresult.h \
trustitem.h verificationresult.h vfsmountresult.h gpgmepp_export.h
+private_gpgmepp_headers = \
+ result_p.h context_p.h util.h callbacks.h data_p.h
+
interface_headers= \
interfaces/assuantransaction.h interfaces/dataprovider.h \
interfaces/passphraseprovider.h interfaces/progressprovider.h
@@ -54,7 +57,7 @@ gpgmeppinclude_HEADERS = $(gpgmepp_headers)
nobase_gpgmeppinclude_HEADERS = $(interface_headers)
libgpgmepp_la_SOURCES = $(main_sources) $(gpgmepp_headers) context_vanilla.cpp \
- $(interface_headers)
+ $(interface_headers) $(private_gpgmepp_headers)
AM_CPPFLAGS = @GPG_ERROR_CFLAGS@ @LIBASSUAN_CFLAGS@ -DBUILDING_GPGMEPP
diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am
index def50c8..6da9d29 100644
--- a/lang/qt/tests/Makefile.am
+++ b/lang/qt/tests/Makefile.am
@@ -46,7 +46,7 @@ check-local: ./pubring-stamp
# add this dependency:
initial.test : check-local
-t_keylist_SOURCES = t-keylist.cpp t-keylist.h
+t_keylist_SOURCES = t-keylist.cpp
nodist_t_keylist_SOURCES = $(moc_files)
-----------------------------------------------------------------------
Summary of changes:
lang/cpp/src/Makefile.am | 7 +++++--
lang/qt/tests/Makefile.am | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list