aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-11-07 13:09:07 +0000
committerJustus Winter <[email protected]>2016-11-07 13:10:38 +0000
commit37751d2b194bc33539f5b9ea0e02e9f209d2bcf6 (patch)
treecfb2da003102dcb76b38f170bbbc79b477028d11
parentwks: Encrypt all client mails also the target key, (diff)
downloadgnupg-37751d2b194bc33539f5b9ea0e02e9f209d2bcf6.tar.gz
gnupg-37751d2b194bc33539f5b9ea0e02e9f209d2bcf6.zip
tests: Fix build.
* tests/openpgp/Makefile.am: Drop dependency on 'mk-tdata'. Fixes: 70215ff470c82d144e872057dfa5a478cc9195f2 Signed-off-by: Justus Winter <[email protected]>
-rw-r--r--tests/openpgp/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am
index 8df968c0f..acd232961 100644
--- a/tests/openpgp/Makefile.am
+++ b/tests/openpgp/Makefile.am
@@ -22,7 +22,6 @@
# Programs required before we can run these tests.
required_pgms = ../../g10/gpg$(EXEEXT) ../../agent/gpg-agent$(EXEEXT) \
../../tools/gpg-connect-agent$(EXEEXT) \
- ../../tools/mk-tdata$(EXEEXT) \
../gpgscm/gpgscm$(EXEEXT)
AM_CPPFLAGS = -I$(top_srcdir)/common