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 /source4/auth/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 'source4/auth/wscript_build')
-rw-r--r-- | source4/auth/wscript_build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index c0701bf9f5..5bb51161f3 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -38,13 +38,6 @@ bld.SAMBA_SUBSYSTEM('auth_sam', ) -bld.SAMBA_SUBSYSTEM('auth_sam_reply', - source='auth_sam_reply.c', - deps='talloc', - autoproto='auth_sam_reply.h' - ) - - bld.SAMBA_PYTHON('pyauth', source='pyauth.c', public_deps='auth_system_session', |