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 | b03bcee96fc4eb950c6ae38fd8b5af831b281f02 (patch) | |
tree | 4be4e6d2e306163f95fa702f6dbb134ed7873b84 | |
parent | tests: Move common functionality. (diff) | |
download | libgpg-error-b03bcee96fc4eb950c6ae38fd8b5af831b281f02.tar.gz libgpg-error-b03bcee96fc4eb950c6ae38fd8b5af831b281f02.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-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 15fc883..dc999fb 100644 --- a/Makefile.am +++ b/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 |