diff options
author | Justus Winter <[email protected]> | 2016-07-28 16:11:50 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-07-28 16:11:50 +0000 |
commit | 9e799b0e4f131126b80a5d3272c36d52b8ba1720 (patch) | |
tree | 761ec392e674fcd311878f53cf8c7dae050c058a | |
parent | build: Fix check for Android. (diff) | |
download | gnupg-9e799b0e4f131126b80a5d3272c36d52b8ba1720.tar.gz gnupg-9e799b0e4f131126b80a5d3272c36d52b8ba1720.zip |
tests: Fix distcheck.
* tests/openpgp/Makefile.am (sample_msgs): New variable.
(EXTRA_DIST): Also ship the sample msgs.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | tests/openpgp/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index 718b4bc07..fa02a93f6 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -155,9 +155,11 @@ sample_keys = samplekeys/README \ samplekeys/ssh-rsa.key \ samplekeys/issue2346.gpg +sample_msgs = samplemsgs/issue2419.asc + EXTRA_DIST = defs.inc defs.scm pinentry.sh $(TESTS) $(TEST_FILES) \ mkdemodirs signdemokey $(priv_keys) $(sample_keys) \ - ChangeLog-2011 + $(sample_msgs) ChangeLog-2011 CLEANFILES = prepared.stamp x y yy z out err $(data_files) \ plain-1 plain-2 plain-3 trustdb.gpg *.lock .\#lk* \ |