From 453ab9d24ca48c9e01d21e1454d6b08de1938b76 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Thu, 29 Sep 2016 10:30:58 +0300 Subject: python: Link 'data.h' and 'config.h' into the builddir. * lang/python/Makefile.am: Link to the files. * lang/python/gpgme.i: Update path. * lang/python/setup.py.in: Do not add the top builddir to the include path. -- To make it easy to build the subpackage using standard tools without altering environment or CFLAGS, symlink the required artifacts from source tree into subpackage directory when preparing sources. Signed-off-by: Alon Bar-Lev --- lang/python/setup.py.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lang/python/setup.py.in') diff --git a/lang/python/setup.py.in b/lang/python/setup.py.in index 7af2d485..4c41673a 100755 --- a/lang/python/setup.py.in +++ b/lang/python/setup.py.in @@ -39,10 +39,6 @@ if os.path.exists("../../src/gpgme-config"): in_tree = True gpgme_config = ["../../src/gpgme-config"] + gpgme_config_flags gpgme_h = "../../src/gpgme.h" - if 'top_builddir' in os.environ: - include_dirs.append(os.environ['top_builddir']) - # Make sure that SWIG finds config.h when processing gpgme.i. - extra_swig_opts.append("-I{0}".format(os.environ['top_builddir'])) library_dirs = ["../../src/.libs"] # XXX uses libtool internals extra_macros.update( HAVE_CONFIG_H=1, -- cgit v1.2.3