diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-10 20:21:11 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-02-22 16:20:11 +1100 |
commit | e3821f2c40691cc747d887bac14d4e3d37f0763b (patch) | |
tree | 8cfef9090749a0b93f0f6e24ee7b20b18aa7d2fa /source4/libcli/wscript_build | |
parent | d7fa34905223ebbf02dadcea0720062a30c3bbab (diff) | |
download | samba-e3821f2c40691cc747d887bac14d4e3d37f0763b.tar.gz samba-e3821f2c40691cc747d887bac14d4e3d37f0763b.tar.bz2 samba-e3821f2c40691cc747d887bac14d4e3d37f0763b.zip |
s4-auth Move libcli/security/session.c to the top level
This code is now useful in common, as the elements of the
auth_session_info structure have now been defined in common IDL.
Andrew Bartlett
Diffstat (limited to 'source4/libcli/wscript_build')
-rw-r--r-- | source4/libcli/wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index 950c179d7e..f91900d371 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -1,7 +1,6 @@ #!/usr/bin/env python bld.RECURSE('ldap') -bld.RECURSE('security') bld.RECURSE('wbclient') bld.SAMBA_LIBRARY('errors', |