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 /auth/wscript_build | |
parent | 8220a7ebae5c8b1fcc16b2565fbfd84c12b04984 (diff) | |
download | samba-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 'auth/wscript_build')
-rw-r--r-- | auth/wscript_build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auth/wscript_build b/auth/wscript_build new file mode 100644 index 00000000000..b124887aec9 --- /dev/null +++ b/auth/wscript_build @@ -0,0 +1,5 @@ +bld.SAMBA_SUBSYSTEM('auth_sam_reply', + source='auth_sam_reply.c', + deps='talloc', + autoproto='auth_sam_reply.h' + ) |