diff options
author | Justus Winter <[email protected]> | 2016-11-25 08:55:42 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-11-25 08:55:42 +0000 |
commit | fd4d476214ae06e33f4a6dac534d3deca5cc6cd3 (patch) | |
tree | 80a64f97b29701c4d9f63564b745ddd17a662b9f /lang/python/Makefile.am | |
parent | tests: Remove tofu.db. (diff) | |
download | gpgme-fd4d476214ae06e33f4a6dac534d3deca5cc6cd3.tar.gz gpgme-fd4d476214ae06e33f4a6dac534d3deca5cc6cd3.zip |
python: Fix removing the TOFU database.
* lang/python/Makefile.am (CLEANFILES): Move 'tofu.db'...
* lang/python/tests/Makefile.am (CLEANFILES): ... here.
Fixes-commit: 9b22f82afc5518961e4bea1fc516b79800e379a2
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 d7dea4a5..e32fd125 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 tofu.db + data.h config.h copystamp # Remove the rest. # |