diff options
author | Justus Winter <[email protected]> | 2016-06-08 14:51:35 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-06-08 15:12:00 +0000 |
commit | 8426304b67a0b0a5630db500abf740b0e0b9e43c (patch) | |
tree | e615063e52a073932b7c7e6c2197ade8d613520a /lang/python/Makefile.am | |
parent | python: Fix type. (diff) | |
download | gpgme-8426304b67a0b0a5630db500abf740b0e0b9e43c.tar.gz gpgme-8426304b67a0b0a5630db500abf740b0e0b9e43c.zip |
python: Fix stripping deprecated functionality.
* lang/python/Makefile.am (gpgme.h): Add script as input.
* lang/python/gpgme-h-clean.py (deprec_func): Also match struct
members.
(line_break): Fix matching on struct members.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang/python/Makefile.am')
-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 18f77bb7..a9b39e72 100644 --- a/lang/python/Makefile.am +++ b/lang/python/Makefile.am @@ -20,7 +20,7 @@ EXTRA_DIST = README.rst SUBDIRS = tests # Cleanup gpgme.h from deprecated functions and typedefs. -gpgme.h: ../../src/gpgme.h +gpgme.h: ../../src/gpgme.h $(srcdir)/gpgme-h-clean.py $(PYTHON) $(srcdir)/gpgme-h-clean.py $< >$@ # For VPATH builds we need to copy some files because Python's |