From 1c0f5a8abaa7ad87aa76197bd12e22a201f1cd5a Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 27 Mar 2012 07:23:41 +0000 Subject: [PATCH] configure change for pythonmod. git-svn-id: file:///svn/unbound/trunk@2651 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 26cf7b4fa..e15274d8e 100644 --- a/configure.ac +++ b/configure.ac @@ -473,6 +473,8 @@ if test x_$ub_test_python != x_no; then AC_SUBST(WITH_PYTHONMODULE) PYTHONMOD_OBJ="pythonmod.lo pythonmod_utils.lo" AC_SUBST(PYTHONMOD_OBJ) + PYTHONMOD_HEADER='$(srcdir)/pythonmod/pythonmod.h' + AC_SUBST(PYTHONMOD_HEADER) PYTHONMOD_INSTALL=pythonmod-install AC_SUBST(PYTHONMOD_INSTALL) PYTHONMOD_UNINSTALL=pythonmod-uninstall -- 2.47.2