Check "auth event notification" param in log_json
[nivanova/samba-autobuild/.git] / auth / gensec / wscript_build
old mode 100755 (executable)
new mode 100644 (file)
index 5ecd280..8f6dedc
@@ -2,7 +2,7 @@
 bld.SAMBA_LIBRARY('gensec',
        source='gensec.c gensec_start.c gensec_util.c',
        autoproto='gensec_toplevel_proto.h',
-       public_deps='tevent-util samba-util errors auth_system_session samba-modules gensec_util asn1util',
+       public_deps='tevent-util samba-util samba-errors auth_system_session samba-modules gensec_util asn1util',
        private_headers='gensec.h',
        deps='com_err',
        private_library=True,
@@ -10,7 +10,6 @@ bld.SAMBA_LIBRARY('gensec',
 
 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'
@@ -18,7 +17,6 @@ bld.SAMBA_MODULE('gensec_spnego',
 
 bld.SAMBA_MODULE('gensec_schannel',
        source='schannel.c',
-       autoproto='schannel_proto.h',
        subsystem='gensec',
        init_function='gensec_schannel_init',
        deps='COMMON_SCHANNEL NDR_SCHANNEL samba-credentials auth_session'
@@ -33,8 +31,7 @@ bld.SAMBA_MODULE('gensec_ncalrpc',
 
 bld.SAMBA_MODULE('gensec_external',
        source='external.c',
-       autoproto='external_proto.h',
        subsystem='gensec',
-       deps='samba-debug talloc',
+       deps='samba-debug talloc tevent tevent-util',
        init_function='gensec_external_init'
        )