WAF: add obj.includes = '.' to command waf to do dependency tracking on private header files.
This commit is contained in:
@@ -34,6 +34,7 @@ def build(bld):
|
||||
'pcap-trace.cc',
|
||||
'udp-impl.cc',
|
||||
]
|
||||
obj.includes = '.'
|
||||
|
||||
headers = bld.create_obj('ns3header')
|
||||
headers.source = [
|
||||
|
||||
Reference in New Issue
Block a user