From 29b1e8b70f3966c538929f4556c4a3b7ebb4a38d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 Mar 2010 14:16:12 +1100 Subject: s4-waf: don't auto-include bundled library headers If we are going to use the system versions of these libraries then we should not force the use of the non-system headers --- source4/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/wscript b/source4/wscript index 1320ceab57..b7b66c6f10 100644 --- a/source4/wscript +++ b/source4/wscript @@ -40,7 +40,7 @@ def configure(conf): # set a lower limit on recursing in waf preprocessor conf.env.preprocessor_recursion_limit = 10 - conf.ADD_EXTRA_INCLUDES('#source4 #lib #source4/lib #source4/include #lib/replace #lib/talloc #lib/tevent') + conf.ADD_EXTRA_INCLUDES('#source4 #lib #source4/lib #source4/include') conf.sub_config('../lib/replace') -- cgit