diff options
author | Justus Winter <[email protected]> | 2017-04-10 13:24:03 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-04-10 13:24:03 +0000 |
commit | 63bec9f48666d811b65e2ef5cc63f8b731249088 (patch) | |
tree | 3026498129871b4d0daca02bf3b24729da54f6c8 | |
parent | python: Fix distcheck. (diff) | |
download | gpgme-63bec9f48666d811b65e2ef5cc63f8b731249088.tar.gz gpgme-63bec9f48666d811b65e2ef5cc63f8b731249088.zip |
python: Prune CLEANFILES.
--
Fixes-commit: e7d9c0c3d773f826dbd2ed417d04e25c410f3374
Signed-off-by: Justus Winter <[email protected]>
-rw-r--r-- | lang/python/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am index 8f80a6be..3fa98b56 100644 --- a/lang/python/Makefile.am +++ b/lang/python/Makefile.am @@ -65,9 +65,7 @@ upload: python$(PYTHON_VERSION)-gpg-dist/gpg-$(VERSION).tar.gz \ CLEANFILES = copystamp \ config.h \ data.h \ - gpg \ - files.txt \ - install_files.txt + gpg # Remove the rest. # |