diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-03-26 19:00:45 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-03-26 19:00:45 +0000 |
commit | 5f0766d7693c505005f2b1099177db3de97df901 (patch) | |
tree | bd3f65a35e7571578424884940cb5867b3f4b88c /usr.sbin | |
parent | 4bb3ad718902986a4e4e0abbe1e9ac4da8e89562 (diff) |
sync
Diffstat (limited to 'usr.sbin')
-rwxr-xr-x | usr.sbin/unbound/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/unbound/configure b/usr.sbin/unbound/configure index 6240f684d9d..7ae5c70b90c 100755 --- a/usr.sbin/unbound/configure +++ b/usr.sbin/unbound/configure @@ -640,6 +640,7 @@ PYUNBOUND_OBJ WITH_PYUNBOUND PYTHONMOD_UNINSTALL PYTHONMOD_INSTALL +PYTHONMOD_HEADER PYTHONMOD_OBJ WITH_PYTHONMODULE swig @@ -15820,6 +15821,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 |