mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Fix for build in subdir.
git-svn-id: file:///svn/unbound/trunk@796 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
87fe7013a0
commit
185c6f76b1
2 changed files with 2 additions and 1 deletions
|
|
@ -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@
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue