diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-21 13:20:26 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-08-03 18:48:01 +1000 |
commit | 16b2118b4369f8204d86d5ad2eb117837da26789 (patch) | |
tree | d6d30eba2a3fe3d8d0ebc59782868e81b770a610 /auth/gensec/wscript_build | |
parent | de71a67a1c442a72a7ab88674430b44d371c09d5 (diff) | |
download | samba-16b2118b4369f8204d86d5ad2eb117837da26789.tar.gz samba-16b2118b4369f8204d86d5ad2eb117837da26789.tar.bz2 samba-16b2118b4369f8204d86d5ad2eb117837da26789.zip |
gensec: split GENSEC into mechanism-dependent and runtime functions
The startup and runtime functions that have no dependencies are moved
into the top level.
Andrew Bartlett
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'auth/gensec/wscript_build')
-rw-r--r-- | auth/gensec/wscript_build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/auth/gensec/wscript_build b/auth/gensec/wscript_build new file mode 100644 index 0000000000..4daa1de634 --- /dev/null +++ b/auth/gensec/wscript_build @@ -0,0 +1,7 @@ +#!/usr/bin/env python + +bld.SAMBA_SUBSYSTEM('gensec_runtime', + source='gensec.c', + deps='UTIL_TEVENT tevent samba-util LIBTSOCKET', + public_headers='gensec.h', + autoproto='gensec_toplevel_proto.h') |