From: Wouter Wijngaards Date: Tue, 27 Mar 2012 07:24:15 +0000 (+0000) Subject: configure change for pythonmod header X-Git-Tag: release-1.4.17rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b08416dbe8af39da0fb0fc833d795dde44e85cd;p=thirdparty%2Funbound.git configure change for pythonmod header git-svn-id: file:///svn/unbound/trunk@2652 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure b/configure index 8d5ea251b..885d0e88d 100755 --- 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