From: Marcus Brinkmann Date: Thu, 10 Jan 2008 04:40:25 +0000 (+0000) Subject: 2008-01-10 Marcus Brinkmann X-Git-Tag: gpgme-1.2.0@1385~92 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=45ceff1baf47275f69d8bfdb43ef46123467a6a8;p=gpgme.git 2008-01-10 Marcus Brinkmann * gpg/Makefile.am (./gpg-agent.conf): Correct pinentry path. --- diff --git a/trunk/tests/ChangeLog b/trunk/tests/ChangeLog index 3219aa7..d63ca03 100644 --- a/trunk/tests/ChangeLog +++ b/trunk/tests/ChangeLog @@ -1,5 +1,7 @@ 2008-01-10 Marcus Brinkmann + * gpg/Makefile.am (./gpg-agent.conf): Correct pinentry path. + * gpg/pinentry: New file. * gpg/Makefile.am (DISTCLEANFILES, all-local): Add gpg-agent.conf (./gpg-agent.conf): New target. diff --git a/trunk/tests/gpg/Makefile.am b/trunk/tests/gpg/Makefile.am index af0fa5f..3ae4d86 100644 --- a/trunk/tests/gpg/Makefile.am +++ b/trunk/tests/gpg/Makefile.am @@ -71,4 +71,4 @@ all-local: ./pubring.gpg ./gpg.conf ./gpg-agent.conf ./gpg-agent.conf: # This is required for gpg2, which does not support command fd. - echo pinentry-program $(abs_builddir)/pinentry > ./gpg-agent.conf + echo pinentry-program $(abs_srcdir)/pinentry > ./gpg-agent.conf