WAF: set env['INCLUDEDIR'] to PREFIX/include so that ns3 headers get installed on 'waf install' (also shuts up the warnings in waf distcheck)

This commit is contained in:
Gustavo J. A. M. Carneiro
2007-09-27 12:44:29 +01:00
parent 76dc77106f
commit df3bfb2771

View File

@@ -95,6 +95,8 @@ def configure(conf):
else:
variant_name = debug_level
variant_env['INCLUDEDIR'] = os.path.join(variant_env['PREFIX'], 'include')
if Params.g_options.enable_gcov:
variant_name += '-gcov'
variant_env.append_value('CCFLAGS', '-fprofile-arcs')