s4-waf Add PYTHONDIR and PYTHONARCHDIR to the 'different on install' list
[samba.git] / source4 / dynconfig / wscript
index 0c5cf079d6977f643234894f12360d7bbcb36b96..08621d40f14cd2b2e72fe29265704b045e42f0eb 100644 (file)
@@ -124,6 +124,8 @@ def dynconfig_cflags(bld, list=None):
     cflags = []
     # override some paths when running from the build directory
     override = { 'MODULESDIR'    : 'bin/modules',
+                 'PYTHONDIR'     : 'bin/python',
+                 'PYTHONARCHDIR' : 'bin/python',
                  'SCRIPTSBINDIR' : os.path.join(bld.env.srcdir, 'source4/scripting/bin'),
                  'SETUPDIR'      : os.path.join(bld.env.srcdir, 'source4/setup') }
     for f in dyn_cflags.keys():