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 | ade61e1311c1c63a9aac85bf534b43e95ae9cfd8 (patch) | |
| tree | 3d824155c5d04f690f2a6a089a6a2ea61e60b22b /tests | |
| parent | 2008-01-10 Marcus Brinkmann <[email protected]> (diff) | |
| download | gpgme-ade61e1311c1c63a9aac85bf534b43e95ae9cfd8.tar.gz gpgme-ade61e1311c1c63a9aac85bf534b43e95ae9cfd8.zip | |
2008-01-10  Marcus Brinkmann  <[email protected]>
	* gpg/Makefile.am (./gpg-agent.conf): Correct pinentry path.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ChangeLog | 2 | ||||
| -rw-r--r-- | tests/gpg/Makefile.am | 2 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/tests/ChangeLog b/tests/ChangeLog index 3219aa78..d63ca038 100644 --- a/tests/ChangeLog +++ b/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/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index af0fa5f1..3ae4d862 100644 --- a/tests/gpg/Makefile.am +++ b/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 | 
