From 46a3588d3fca3a5dd702ce6e9b4a108b884a9cf8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 14 Jan 2011 17:20:01 +1100 Subject: waf: use PYTHONARCHDIR for installing python shared libs Pair-Programmed-With: Andrew Bartlett Autobuild-User: Andrew Tridgell Autobuild-Date: Fri Jan 14 08:19:40 CET 2011 on sn-devel-104 --- source4/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/wscript') diff --git a/source4/wscript b/source4/wscript index 8c1bc71f9e..3fdeb3c14e 100644 --- a/source4/wscript +++ b/source4/wscript @@ -122,6 +122,8 @@ def configure(conf): # we don't want PYTHONDIR in config.h, as otherwise changing # --prefix causes a complete rebuild del(conf.env.defines['PYTHONDIR']) + del(conf.env.defines['PYTHONARCHDIR']) + conf.SAMBA_CONFIG_H('include/config.h') -- cgit