From 007382ce94a6318557370c440f7d609a030a119e Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 11 Jul 2016 16:38:37 +0200 Subject: python: Enable out-of-tree build of pyme bindings. * lang/python/MANIFEST.in: Update manifest template. * lang/python/Makefile.am: Copy more files, move generation of files to Python build script, add 'sdist' target to build a Python source distribution. * lang/python/gpgme-h-clean.py: Add code to build 'errors.i'. * lang/python/setup.py.in: Generate files, enable out-of-tree builds. Signed-off-by: Justus Winter --- lang/python/MANIFEST.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lang/python/MANIFEST.in') diff --git a/lang/python/MANIFEST.in b/lang/python/MANIFEST.in index f0795385..abdc08ff 100644 --- a/lang/python/MANIFEST.in +++ b/lang/python/MANIFEST.in @@ -1,5 +1,4 @@ -recursive-include examples *.py *.glade *.gladep +recursive-include examples *.py include gpgme-h-clean.py gpgme.i include helpers.c helpers.h -include Makefile recursive-include pyme *.py -- cgit v1.2.3