diff options
author | Alon Bar-Lev <[email protected]> | 2016-09-29 07:30:58 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-09-30 12:47:26 +0000 |
commit | 453ab9d24ca48c9e01d21e1454d6b08de1938b76 (patch) | |
tree | 8e275037655f48da32e97277c2a32d963d3c8f07 /lang/python/gpgme.i | |
parent | python: Add 'prepare' target. (diff) | |
download | gpgme-453ab9d24ca48c9e01d21e1454d6b08de1938b76.tar.gz gpgme-453ab9d24ca48c9e01d21e1454d6b08de1938b76.zip |
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 <[email protected]>
Diffstat (limited to 'lang/python/gpgme.i')
-rw-r--r-- | lang/python/gpgme.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/gpgme.i b/lang/python/gpgme.i index eaeb4f87..5d074aa9 100644 --- a/lang/python/gpgme.i +++ b/lang/python/gpgme.i @@ -183,7 +183,7 @@ representation of struct gpgme_data for an very efficient check if the buffer has been modified. */ %{ -#include "src/data.h" /* For struct gpgme_data. */ +#include "data.h" /* For struct gpgme_data. */ %} #endif |