summaryrefslogtreecommitdiff
path: root/auth/gensec/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-01-12 12:21:21 +0100
committerStefan Metzmacher <metze@samba.org>2012-01-13 04:58:41 +0100
commit01f246e873ed15ce7eb9c7a523a5efbfa36c2496 (patch)
treed27128093707abdaa58a9f78fab0c159a62217e1 /auth/gensec/wscript_build
parentd88af2fe24bfc3a55cd2bbfc8898a8dd21cc7cda (diff)
downloadsamba-01f246e873ed15ce7eb9c7a523a5efbfa36c2496.tar.gz
samba-01f246e873ed15ce7eb9c7a523a5efbfa36c2496.tar.bz2
samba-01f246e873ed15ce7eb9c7a523a5efbfa36c2496.zip
auth/gensec: move spnego.c to the toplevel
metze
Diffstat (limited to 'auth/gensec/wscript_build')
-rw-r--r--auth/gensec/wscript_build7
1 files changed, 7 insertions, 0 deletions
diff --git a/auth/gensec/wscript_build b/auth/gensec/wscript_build
index 03d97e6cc9..7ca3cab003 100644
--- a/auth/gensec/wscript_build
+++ b/auth/gensec/wscript_build
@@ -9,3 +9,10 @@ bld.SAMBA_LIBRARY('gensec',
vnum='0.0.1'
)
+bld.SAMBA_MODULE('gensec_spnego',
+ source='spnego.c',
+ autoproto='spnego_proto.h',
+ subsystem='gensec',
+ init_function='gensec_spnego_init',
+ deps='asn1util samba-credentials SPNEGO_PARSE'
+ )