]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fix for build in subdir.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 3 Dec 2007 17:33:12 +0000 (17:33 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 3 Dec 2007 17:33:12 +0000 (17:33 +0000)
git-svn-id: file:///svn/unbound/trunk@796 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index ddd8a2e4465518cafd0d92091e438e1ac6240df5..d724a4c53b63c3b3861b4493cb519795de4584f4 100644 (file)
@@ -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@
index b5c7dc2584a9c49f428000b9dd470ed81bca05fa..93667ebcd343e730f777f9e556cf6e2acee2b641 100644 (file)
@@ -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