]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
configure change for pythonmod header
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 27 Mar 2012 07:24:15 +0000 (07:24 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 27 Mar 2012 07:24:15 +0000 (07:24 +0000)
git-svn-id: file:///svn/unbound/trunk@2652 be551aaa-1e26-0410-a405-d3ace91eadb9

configure

index 8d5ea251b87c2ed807e582851dafd08cc5665301..885d0e88da00129e1bc7a71a4fea66ecd948e324 100755 (executable)
--- a/configure
+++ b/configure
@@ -640,6 +640,7 @@ PYUNBOUND_OBJ
 WITH_PYUNBOUND
 PYTHONMOD_UNINSTALL
 PYTHONMOD_INSTALL
+PYTHONMOD_HEADER
 PYTHONMOD_OBJ
 WITH_PYTHONMODULE
 swig
@@ -15942,6 +15943,8 @@ $as_echo "#define WITH_PYTHONMODULE 1" >>confdefs.h
 
            PYTHONMOD_OBJ="pythonmod.lo pythonmod_utils.lo"
 
+           PYTHONMOD_HEADER='$(srcdir)/pythonmod/pythonmod.h'
+
            PYTHONMOD_INSTALL=pythonmod-install
 
            PYTHONMOD_UNINSTALL=pythonmod-uninstall