diff options
Diffstat (limited to 'tests/gpg/Makefile.am')
| -rw-r--r-- | tests/gpg/Makefile.am | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index 3ca00cfc..bca36b0e 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -53,12 +53,15 @@ t_thread1_LDADD = ../../src/libgpgme-pthread.la  noinst_PROGRAMS = $(TESTS) t-genkey  clean-local: +	-gpg-connect-agent KILLAGENT /bye  	-rm -fR private-keys-v1.d  all-local: ./gpg.conf ./gpg-agent.conf ./pubring.gpg   export GNUPGHOME := $(abs_builddir) +export GPG_AGENT_INFO :=  +  ./pubring.gpg: $(srcdir)/pubdemo.asc  	-$(GPG) --no-permission-warning \                  --import $(srcdir)/pubdemo.asc | 
