diff options
author | Justus Winter <[email protected]> | 2016-11-25 08:13:01 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-11-25 08:13:01 +0000 |
commit | 9b22f82afc5518961e4bea1fc516b79800e379a2 (patch) | |
tree | 7e332331c8061097efc7bd9c15402b382b529ba1 /lang/python | |
parent | Remove a forgotten instance of @libsuffix@ (diff) | |
download | gpgme-9b22f82afc5518961e4bea1fc516b79800e379a2.tar.gz gpgme-9b22f82afc5518961e4bea1fc516b79800e379a2.zip |
tests: Remove tofu.db.
* lang/python/Makefile.am (CLEANFILES): Add 'tofu.db'.
* tests/gpg/Makefile.am (CLEANFILES): Likewise.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | lang/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am index e32fd125..d7dea4a5 100644 --- a/lang/python/Makefile.am +++ b/lang/python/Makefile.am @@ -81,7 +81,7 @@ upload: dist/gpg-$(VERSION).tar.gz dist/gpg-$(VERSION).tar.gz.asc twine upload $^ CLEANFILES = gpgme.h errors.i gpgme_wrap.c gpg/gpgme.py \ - data.h config.h copystamp + data.h config.h copystamp tofu.db # Remove the rest. # |