diff options
author | Werner Koch <[email protected]> | 2016-06-16 14:56:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-16 14:56:42 +0000 |
commit | 4d7d292cd5b616b209dfd4302a1deffe11b7be0e (patch) | |
tree | f6acb515d795ad7f23bfacc4afe94c718947382e /tools | |
parent | tools: Fix typo in function name of symcryptrun. (diff) | |
download | gnupg-4d7d292cd5b616b209dfd4302a1deffe11b7be0e.tar.gz gnupg-4d7d292cd5b616b209dfd4302a1deffe11b7be0e.zip |
Add missing files so that make distcheck works again,
* tests/openpgp/Makefile.am (CLEANFILES): Add created file
"passphrases".
* tools/Makefile.am (EXTRA_DIST): Add no-libgcrypt.c.
--
dirmngr/Makefile uses a copy no-libgcrypt.c from tools/. tools/ does
not anymore require no-libgcrypt.c but we keep it there in case we
eventually make use of it again.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index f9424fa74..d43ede8d1 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -17,7 +17,7 @@ # along with this program; if not, see <http://www.gnu.org/licenses/>. EXTRA_DIST = \ - Manifest watchgnupg.c \ + Manifest watchgnupg.c no-libgcrypt.c \ addgnupghome applygnupgdefaults \ lspgpot mail-signed-keys convert-from-106 sockprox.c \ ccidmon.c ChangeLog-2011 gpg-connect-agent-w32info.rc |