WAF: add obj.includes = '.' to command waf to do dependency tracking on private header files.

This commit is contained in:
Gustavo J. A. M. Carneiro
2007-07-20 11:12:43 +01:00
parent fa26073882
commit 57688559b1
7 changed files with 10 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ def build(bld):
'ipv4.cc',
'application.cc',
]
node.includes = '.'
headers = bld.create_obj('ns3header')
headers.source = [