From d9a2a3604937b385f50db1aa292a7483516a9358 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 27 Mar 2012 07:26:33 +0000 Subject: [PATCH] depend fix pythonmod header. git-svn-id: file:///svn/unbound/trunk@2653 be551aaa-1e26-0410-a405-d3ace91eadb9 --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 8c3efc1de..881a45692 100644 --- a/Makefile.in +++ b/Makefile.in @@ -78,6 +78,7 @@ INSTALL=$(srcdir)/install-sh PYTHONMOD_SRC=pythonmod/pythonmod_utils.c # pythonmod.lo pythonmod_utils.lo if python mod enabled. PYTHONMOD_OBJ=@PYTHONMOD_OBJ@ +PYTHONMOD_HEADER=@PYTHONMOD_HEADER@ # libunbound/python/libunbound_wrap.c is dealt with by its own rules. PYUNBOUND_SRC= # libunbound_wrap.lo if python libunbound wrapper enabled. @@ -513,6 +514,8 @@ depend: -e 's?$$(srcdir)/util/configlexer.c?util/configlexer.c?g' \ -e 's?$$(srcdir)/util/configparser.c?util/configparser.c?g' \ -e 's?$$(srcdir)/util/configparser.h?util/configparser.h?g' \ + -e 's?$$(srcdir)/util/configparser.h?util/configparser.h?g' \ + -e 's?$$(srcdir)/pythonmod/pythonmod.h?$$(PYTHONMOD_HEADER)?g' \ -e 's!\(.*\)\.o[ :]*!\1.lo \1.o: !g' \ > $(DEPEND_TMP) cp $(DEPEND_TARGET) $(DEPEND_TMP2) -- 2.47.2