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/security/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/security/wscript_build')
-rw-r--r-- | source4/libcli/security/wscript_build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/libcli/security/wscript_build b/source4/libcli/security/wscript_build deleted file mode 100644 index 9c277236c4..0000000000 --- a/source4/libcli/security/wscript_build +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env python - -bld.SAMBA_LIBRARY('security-session', - source='session.c', - autoproto='session_proto.h', - public_deps='security', - private_library=True - ) - |