diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-02 00:13:26 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:22 +1000 |
commit | 4fa9c3187df4c8bfb40d57d2fb3c107b9b20bf47 (patch) | |
tree | 725d9ee973204bdd41c4779acd9b4256aa00d79b /source4/wscript_build | |
parent | ba64e236d59619cb4222225ac98efe2a2c07f592 (diff) | |
download | samba-4fa9c3187df4c8bfb40d57d2fb3c107b9b20bf47.tar.gz |
s4-waf: updates for the new python installer from jelmer
Diffstat (limited to 'source4/wscript_build')
-rw-r--r-- | source4/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/wscript_build b/source4/wscript_build index a8b0375d2fd..f3b20eab36e 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -116,3 +116,4 @@ bld.BUILD_SUBDIR('../codepages') bld.BUILD_SUBDIR('setup') bld.BUILD_SUBDIR('scripting') bld.BUILD_SUBDIR('../pidl') +bld.BUILD_SUBDIR('../lib') |