aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-10-05 13:14:58 +0000
committerWerner Koch <[email protected]>2018-10-05 13:14:58 +0000
commitecfa48fffa93f3d1b66354d2d46872ff614c4a68 (patch)
treeaa5f78975ed324147cb683fb6fe6761463a5b29a /lang/python
parentdocs: whitespace bug (diff)
downloadgpgme-ecfa48fffa93f3d1b66354d2d46872ff614c4a68.tar.gz
gpgme-ecfa48fffa93f3d1b66354d2d46872ff614c4a68.zip
build: Move config.h to conf/config.h
* conf/: New dir. * configure.ac (AC_CONFIG_HEADER): Move header to conf dir. * doc/Makefile.am (mkdefsinc): Adjust rule. * lang/python/Makefile.am (copystamp): Ditto. -- C++ uses those stupid files without a suffix and thus the new standard header <version> as included by newer other libc++ versions may conflict with the VERSION file in out top directory. This change should solve the problem. GnuPG-bug-id: 4168 Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index 6df17ceb..6988faf4 100644
--- a/lang/python/Makefile.am
+++ b/lang/python/Makefile.am
@@ -34,7 +34,7 @@ prepare: copystamp
# distutils are not VPATH-aware.
copystamp:
ln -sf "$(top_srcdir)/src/data.h" .
- ln -sf "$(top_builddir)/config.h" .
+ ln -sf "$(top_builddir)/conf/config.h" .
ln -sf "$(srcdir)/src" gpg
touch $@