wscript
changeset 1532 1f54822519c0
parent 1531 ebd805503b55
child 1536 23593050aa96
child 1664 306c81333d64
child 1757 530d2e974eb2
--- a/wscript	Thu Sep 27 12:40:01 2007 +0100
+++ b/wscript	Thu Sep 27 12:44:29 2007 +0100
@@ -95,6 +95,8 @@
     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')