From: Wouter Wijngaards Date: Mon, 3 Dec 2007 17:38:21 +0000 (+0000) Subject: for 0.7.2: fixup building in subdir. X-Git-Tag: release-0.7.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a91e7152328042021c58d73e3d0bff223a530a0;p=thirdparty%2Funbound.git for 0.7.2: fixup building in subdir. git-svn-id: file:///svn/unbound/branches/beta-0.7@797 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/Makefile.in b/Makefile.in index c44640c5c..81799d612 100644 --- a/Makefile.in +++ b/Makefile.in @@ -33,7 +33,7 @@ configfile=@ub_conf_file@ YACC=@YACC@ LEX=@LEX@ CC=@CC@ -CPPFLAGS=-I$(srcdir) @CPPFLAGS@ @DEFS@ +CPPFLAGS=-I$(srcdir) -I. @CPPFLAGS@ @DEFS@ CFLAGS=@CFLAGS@ LDFLAGS=@LDFLAGS@ LIBS=@LIBS@ diff --git a/doc/Changelog b/doc/Changelog index 716c391be..01afb9454 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +3 December 2007: Wouter + - Fixup building in a subdirectory. (for 0.7.2) + 19 November 2007: Wouter - version 0.7.1: * includes tpkg fixes to kill daemons at end of test