summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-02-09 16:05:54 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-10 06:51:06 +0100
commit4cfee6f88e4befaae33095178c10932cd5337439 (patch)
tree4b2d888d583aefc243c0d2a800b52794a2f66add /wscript_build
parent8220a7ebae5c8b1fcc16b2565fbfd84c12b04984 (diff)
downloadsamba-4cfee6f88e4befaae33095178c10932cd5337439.tar.gz
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_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build
index de6ea986855..dea49b32c92 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')