diff options
author | Justus Winter <[email protected]> | 2017-02-15 15:03:12 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-02-15 15:03:12 +0000 |
commit | 2f7b6cb279ea0ee27364fbb2b12df47e76166a39 (patch) | |
tree | 7d6bf8e7b4a1b18a88337db0cee33ee5c79b59e1 /tests | |
parent | tests: Test and document other ways to create keys. (diff) | |
download | gnupg-2f7b6cb279ea0ee27364fbb2b12df47e76166a39.tar.gz gnupg-2f7b6cb279ea0ee27364fbb2b12df47e76166a39.zip |
tests,build: Fix distcheck.
* tests/gpgscm/Makefile.am (EXTRA_DIST): Add 'time.scm'.
Fixes-commit: 127e1e532da4083ccd3c307555b6177fab16f408
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gpgscm/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gpgscm/Makefile.am b/tests/gpgscm/Makefile.am index 9a5edc2ab..8942c7ca3 100644 --- a/tests/gpgscm/Makefile.am +++ b/tests/gpgscm/Makefile.am @@ -25,7 +25,8 @@ EXTRA_DIST = \ lib.scm \ repl.scm \ t-child.scm \ - tests.scm + tests.scm \ + time.scm AM_CPPFLAGS = -I$(top_srcdir)/common include $(top_srcdir)/am/cmacros.am |