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 | 52748cd96c70c9da01c35de10dd1627f7897d085 (patch) | |
tree | f6a0dc6760350ba42b6e1354de49c4c36cf2880f | |
parent | tests: Check expiration times of created keys. (diff) | |
download | libgpg-error-52748cd96c70c9da01c35de10dd1627f7897d085.tar.gz libgpg-error-52748cd96c70c9da01c35de10dd1627f7897d085.zip |
tests,build: Fix distcheck.
* tests/gpgscm/Makefile.am (EXTRA_DIST): Add 'time.scm'.
Fixes-commit: 127e1e532da4083ccd3c307555b6177fab16f408
Signed-off-by: Justus Winter <[email protected]>
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9a5edc2..8942c7c 100644 --- a/Makefile.am +++ b/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 |