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

@@ -34,6 +34,7 @@ def build(bld):
'pcap-trace.cc',
'udp-impl.cc',
]
obj.includes = '.'
headers = bld.create_obj('ns3header')
headers.source = [