tests,build: Fix distcheck.

* tests/gpgscm/Makefile.am (EXTRA_DIST): Add 'time.scm'.

Fixes-commit: 127e1e532d
Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2017-02-15 16:03:12 +01:00
parent 90d383f1eb
commit 2f7b6cb279
No known key found for this signature in database
GPG Key ID: DD1A52F9DA8C9020
1 changed files with 2 additions and 1 deletions

View File

@ -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