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:
@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user