diff options
author | Justus Winter <[email protected]> | 2017-02-14 11:45:15 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-02-14 11:45:15 +0000 |
commit | 30a603580e0f196c721fa4bd44d24077d9bc06c3 (patch) | |
tree | a5cad5e40c42afab5c5bb342d021b2d629d31b88 /lang/qt/tests | |
parent | python: Extend SWIG gpgme_{sub,}key with a __repr__ method. (diff) | |
download | gpgme-30a603580e0f196c721fa4bd44d24077d9bc06c3.tar.gz gpgme-30a603580e0f196c721fa4bd44d24077d9bc06c3.zip |
qt: Make sure to remove the tofu.db on clean.
* lang/qt/tests/Makefile.am (CLEANFILES): Add 'tofu.db'.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang/qt/tests')
-rw-r--r-- | lang/qt/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am index e3aa3be6..93dce076 100644 --- a/lang/qt/tests/Makefile.am +++ b/lang/qt/tests/Makefile.am @@ -72,7 +72,7 @@ noinst_PROGRAMS = t-keylist t-keylocate t-ownertrust t-tofuinfo t-encrypt \ CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \ gpg-agent.conf pubring.kbx~ S.gpg-agent gpg.conf pubring.gpg~ \ random_seed S.gpg-agent .gpg-v21-migrated pubring-stamp $(moc_files) \ - gpg.conf + gpg.conf tofu.db clean-local: -rm -fR private-keys-v1.d crls.d |