diff options
author | Werner Koch <[email protected]> | 2016-06-16 14:56:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-16 14:56:42 +0000 |
commit | 4d7d292cd5b616b209dfd4302a1deffe11b7be0e (patch) | |
tree | f6acb515d795ad7f23bfacc4afe94c718947382e | |
parent | tools: Fix typo in function name of symcryptrun. (diff) | |
download | gnupg-4d7d292cd5b616b209dfd4302a1deffe11b7be0e.tar.gz gnupg-4d7d292cd5b616b209dfd4302a1deffe11b7be0e.zip |
Add missing files so that make distcheck works again,
* tests/openpgp/Makefile.am (CLEANFILES): Add created file
"passphrases".
* tools/Makefile.am (EXTRA_DIST): Add no-libgcrypt.c.
--
dirmngr/Makefile uses a copy no-libgcrypt.c from tools/. tools/ does
not anymore require no-libgcrypt.c but we keep it there in case we
eventually make use of it again.
Signed-off-by: Werner Koch <[email protected]>
-rw-r--r-- | tests/openpgp/Makefile.am | 3 | ||||
-rw-r--r-- | tools/Makefile.am | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index 6dc4d5b36..bb1047d5e 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -124,7 +124,8 @@ CLEANFILES = prepared.stamp x y yy z out err $(data_files) \ *.test.log gpg_dearmor gpg.conf gpg-agent.conf S.gpg-agent \ pubring.gpg pubring.gpg~ pubring.kbx pubring.kbx~ \ secring.gpg pubring.pkr secring.skr \ - gnupg-test.stop random_seed gpg-agent.log tofu.db + gnupg-test.stop random_seed gpg-agent.log tofu.db \ + passphrases clean-local: -rm -rf private-keys-v1.d openpgp-revocs.d tofu.d gpgtar.d diff --git a/tools/Makefile.am b/tools/Makefile.am index f9424fa74..d43ede8d1 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -17,7 +17,7 @@ # along with this program; if not, see <http://www.gnu.org/licenses/>. EXTRA_DIST = \ - Manifest watchgnupg.c \ + Manifest watchgnupg.c no-libgcrypt.c \ addgnupghome applygnupgdefaults \ lspgpot mail-signed-keys convert-from-106 sockprox.c \ ccidmon.c ChangeLog-2011 gpg-connect-agent-w32info.rc |