diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-09 16:05:54 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-10 06:51:06 +0100 |
commit | 4cfee6f88e4befaae33095178c10932cd5337439 (patch) | |
tree | 4b2d888d583aefc243c0d2a800b52794a2f66add /wscript_build | |
parent | 8220a7ebae5c8b1fcc16b2565fbfd84c12b04984 (diff) | |
download | samba-4cfee6f88e4befaae33095178c10932cd5337439.tar.gz samba-4cfee6f88e4befaae33095178c10932cd5337439.tar.bz2 samba-4cfee6f88e4befaae33095178c10932cd5337439.zip |
auth Move auth_sam_reply into the top level.
These functions provide conversions between some netlogon.idl and
auth.idl structures
Andrew Bartlett
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'wscript_build')
-rw-r--r-- | wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build index de6ea98685..dea49b32c9 100644 --- a/wscript_build +++ b/wscript_build @@ -33,6 +33,7 @@ bld.RECURSE('source4/cluster') bld.RECURSE('source4/smbd') bld.RECURSE('source4/libnet') bld.RECURSE('source4/auth') +bld.RECURSE('auth') bld.RECURSE('lib/iniparser/src') bld.RECURSE('nsswitch') bld.RECURSE('nsswitch/libwbclient') |