diff options
| author | Justus Winter <[email protected]> | 2017-05-10 13:23:56 +0000 | 
|---|---|---|
| committer | Justus Winter <[email protected]> | 2017-05-10 13:23:56 +0000 | 
| commit | 093b5497b7231590ce91ccf73ba64ebc0757f9e9 (patch) | |
| tree | e2ab8bab1f860d06314947de328b427b5b59b32a | |
| parent | qt: Add a missing include <functional> (diff) | |
| download | gpgme-093b5497b7231590ce91ccf73ba64ebc0757f9e9.tar.gz gpgme-093b5497b7231590ce91ccf73ba64ebc0757f9e9.zip | |
qt: Stop agent on clean.
* lang/qt/tests/Makefile.am (clean-local): Stop agent.
Signed-off-by: Justus Winter <[email protected]>
| -rw-r--r-- | lang/qt/tests/Makefile.am | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am index ccad8c23..c4665dfa 100644 --- a/lang/qt/tests/Makefile.am +++ b/lang/qt/tests/Makefile.am @@ -70,6 +70,7 @@ CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \  	gpg.conf tofu.db  clean-local: +	-$(top_srcdir)/tests/start-stop-agent --stop  	-rm -fR  private-keys-v1.d crls.d  export GNUPGHOME := $(abs_builddir) | 
