diff options
author | Matthieu Patou <mat@matws.net> | 2010-06-05 19:16:20 +0400 |
---|---|---|
committer | Matthieu Patou <mat@matws.net> | 2010-07-17 18:05:12 +0400 |
commit | dbbfad82862343eed0be86c8ca4fa23bdff5beb5 (patch) | |
tree | e5ccf8b5d1c7daa3a5a38347b58e818e92a370f8 /source4/wscript_build | |
parent | e461e29cd9a81d4a74fcd489c2c7b693b49f41d4 (diff) | |
download | samba-dbbfad82862343eed0be86c8ca4fa23bdff5beb5.tar.gz |
s4-waf: add the missing bits for builing nss_winbind and pam_winbind
This is something that was not picked up during the migration to waf
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 6c1eac69054..c8c14bc2b3d 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -56,6 +56,7 @@ bld.RECURSE('cluster') bld.RECURSE('smbd') bld.RECURSE('libnet') bld.RECURSE('auth') +bld.RECURSE('../lib/iniparser') bld.RECURSE('../nsswitch') bld.RECURSE('../nsswitch/libwbclient') bld.RECURSE('lib/samba3') |