1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

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
This commit is contained in:
Andrew Tridgell
2010-03-28 14:16:12 +11:00
parent 42c9380760
commit 29b1e8b70f

View File

@ -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')