diff options
author | Justus Winter <[email protected]> | 2017-04-11 09:50:54 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-04-11 09:50:54 +0000 |
commit | 00be2a92625e832e8dd621f2a8f72b124c6d50ca (patch) | |
tree | 03e6739803fc994d266e46dd9fd9b3944bd26c99 | |
parent | tests: Avoid relying on implicit gpg commands. (diff) | |
download | gnupg-00be2a92625e832e8dd621f2a8f72b124c6d50ca.tar.gz gnupg-00be2a92625e832e8dd621f2a8f72b124c6d50ca.zip |
tests: Fix distcheck.
* tests/gpgscm/Makefile.am (EXTRA_DIST): Add 'gnupg.scm'.
Fixes-commit: ccd2187212c12b84c86a10fd4417a16536243179
Signed-off-by: Justus Winter <[email protected]>
-rw-r--r-- | tests/gpgscm/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gpgscm/Makefile.am b/tests/gpgscm/Makefile.am index 15fc88321..dc999fbcc 100644 --- a/tests/gpgscm/Makefile.am +++ b/tests/gpgscm/Makefile.am @@ -26,6 +26,7 @@ EXTRA_DIST = \ repl.scm \ t-child.scm \ tests.scm \ + gnupg.scm \ time.scm AM_CPPFLAGS = -I$(top_srcdir)/common |