diff options
author | Justus Winter <[email protected]> | 2016-07-07 11:23:05 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-07-07 11:56:37 +0000 |
commit | 49286ac1c82c480e2c718f828c57da9778ccd0b9 (patch) | |
tree | 232d8e8810042e2fde6ede72ebb9a9702abddd3f /lang | |
parent | Qt: Add test for publicKeyAlgorithmAsString (diff) | |
download | gpgme-49286ac1c82c480e2c718f828c57da9778ccd0b9.tar.gz gpgme-49286ac1c82c480e2c718f828c57da9778ccd0b9.zip |
cpp: Fix distcheck.
* lang/cpp/src/Makefile.am (CLEANFILES): Remove generated file.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/cpp/src/Makefile.am b/lang/cpp/src/Makefile.am index 364d2ca8..e9deca9b 100644 --- a/lang/cpp/src/Makefile.am +++ b/lang/cpp/src/Makefile.am @@ -93,3 +93,5 @@ uninstall-cmake-files: install-data-local: install-cmake-files uninstall-local: uninstall-cmake-files + +CLEANFILES = GpgmeppConfig.cmake |