From 185c6f76b1e94bf79f2b4b7dc42a5c858e5eaa91 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 3 Dec 2007 17:33:12 +0000 Subject: [PATCH] Fix for build in subdir. git-svn-id: file:///svn/unbound/trunk@796 be551aaa-1e26-0410-a405-d3ace91eadb9 --- Makefile.in | 2 +- doc/Changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ddd8a2e44..d724a4c53 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 b5c7dc258..93667ebcd 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -5,6 +5,7 @@ - library extensive featurelist added to TODO. - please doxygen, lint. - library test application, with basic functionality. + - fix for building in a subdirectory. 30 November 2007: Wouter - makefile that creates libunbound.la, basic file or libunbound.a -- 2.47.2