diff options
author | Marcus Brinkmann <[email protected]> | 2008-01-10 04:40:25 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2008-01-10 04:40:25 +0000 |
commit | 45ceff1baf47275f69d8bfdb43ef46123467a6a8 (patch) | |
tree | c79a5d953d4114b6827b052ccbff2a1a6193f44b | |
parent | 2008-01-10 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-45ceff1baf47275f69d8bfdb43ef46123467a6a8.tar.gz gpgme-45ceff1baf47275f69d8bfdb43ef46123467a6a8.zip |
2008-01-10 Marcus Brinkmann <[email protected]>
* gpg/Makefile.am (./gpg-agent.conf): Correct pinentry path.
-rw-r--r-- | trunk/tests/ChangeLog | 2 | ||||
-rw-r--r-- | trunk/tests/gpg/Makefile.am | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/trunk/tests/ChangeLog b/trunk/tests/ChangeLog index 3219aa78..d63ca038 100644 --- a/trunk/tests/ChangeLog +++ b/trunk/tests/ChangeLog @@ -1,5 +1,7 @@ 2008-01-10 Marcus Brinkmann <[email protected]> + * 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 af0fa5f1..3ae4d862 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 |