diff options
author | Andre Heinecke <[email protected]> | 2016-11-02 11:24:42 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-11-02 11:24:42 +0000 |
commit | 8486f213423311174ebff5cba74127cbd9bb3c2a (patch) | |
tree | fb96105c495084f4923ccd90dc56fce223d066f9 /lang/cpp/src | |
parent | qt: Add Distinguished Name parser from libkleo (diff) | |
download | gpgme-8486f213423311174ebff5cba74127cbd9bb3c2a.tar.gz gpgme-8486f213423311174ebff5cba74127cbd9bb3c2a.zip |
qt, cpp: Add all generated files to cleanfiles
* cpp/src/Makefile.am (CLEANFILES),
qt/src/Makefile.am (CLEANFILES): Add all generated files
to cleanfiles.
Diffstat (limited to 'lang/cpp/src')
-rw-r--r-- | lang/cpp/src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/cpp/src/Makefile.am b/lang/cpp/src/Makefile.am index d1f414ed..8ea99f5c 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 |