summaryrefslogtreecommitdiff
path: root/auth/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-21 13:20:26 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-03 18:48:01 +1000
commit16b2118b4369f8204d86d5ad2eb117837da26789 (patch)
treed6d30eba2a3fe3d8d0ebc59782868e81b770a610 /auth/wscript_build
parentde71a67a1c442a72a7ab88674430b44d371c09d5 (diff)
downloadsamba-16b2118b4369f8204d86d5ad2eb117837da26789.tar.gz
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/wscript_build')
-rw-r--r--auth/wscript_build2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth/wscript_build b/auth/wscript_build
index 0472a20a012..976e8ab0901 100644
--- a/auth/wscript_build
+++ b/auth/wscript_build
@@ -6,3 +6,5 @@ bld.SAMBA_LIBRARY('auth_sam_reply',
autoproto='auth_sam_reply.h',
private_library=True
)
+
+bld.RECURSE('gensec')