[git] GPGME - branch, master, updated. gpgme-1.7.1-10-g8486f21
by Andre Heinecke
cvs at cvs.gnupg.org
Wed Nov 2 12:26:23 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 Made Easy".
The branch, master has been updated
via 8486f213423311174ebff5cba74127cbd9bb3c2a (commit)
from 627c5deed84b4481710b6c0de06b26e886679bbe (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 8486f213423311174ebff5cba74127cbd9bb3c2a
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Wed Nov 2 12:24:42 2016 +0100
qt, cpp: Add all generated files to cleanfiles
* cpp/src/Makefile.am (CLEANFILES),
qt/src/Makefile.am (CLEANFILES): Add all generated files
to cleanfiles.
diff --git a/lang/cpp/src/Makefile.am b/lang/cpp/src/Makefile.am
index d1f414e..8ea99f5 100644
--- a/lang/cpp/src/Makefile.am
+++ b/lang/cpp/src/Makefile.am
@@ -96,4 +96,5 @@ install-data-local: install-cmake-files
uninstall-local: uninstall-cmake-files
-CLEANFILES = GpgmeppConfig.cmake
+CLEANFILES = GpgmeppConfig.cmake GpgmeppConfigVersion.cmake \
+ gpgmepp_version.h GpgmeppConfig.cmake.in
diff --git a/lang/qt/src/Makefile.am b/lang/qt/src/Makefile.am
index 0dd18fe..e16c489 100644
--- a/lang/qt/src/Makefile.am
+++ b/lang/qt/src/Makefile.am
@@ -253,7 +253,9 @@ uninstall-local: uninstall-cmake-files
BUILT_SOURCES = $(qgpgme_moc_sources) $(camelcase_headers)
-CLEANFILES = $(qgpgme_moc_sources) $(camelcase_headers) QGpgmeConfig.cmake
+CLEANFILES = $(qgpgme_moc_sources) $(camelcase_headers) QGpgmeConfig.cmake \
+ qgpgme_version.h QGpgmeConfig.cmake.in \
+ QGpgmeConfigVersion.cmake
nodist_libqgpgme_la_SOURCES = $(qgpgme_moc_sources)
-----------------------------------------------------------------------
Summary of changes:
lang/cpp/src/Makefile.am | 3 ++-
lang/qt/src/Makefile.am | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list