summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-12-23 09:13:33 +0100
committerStefan Metzmacher <metze@samba.org>2017-01-12 15:35:14 +0100
commitc9f5a89809c65770ba4c333db80cd58dcbb493b7 (patch)
tree98dde7ff5cfe636f4adc34bd5206cb9959b1b6de /auth
parent278c921263550c1473df8944260bbb4e62a0e0e6 (diff)
downloadsamba-c9f5a89809c65770ba4c333db80cd58dcbb493b7.tar.gz
auth/gensec: remove unused prototype headers
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'auth')
-rw-r--r--auth/gensec/wscript_build3
1 files changed, 0 insertions, 3 deletions
diff --git a/auth/gensec/wscript_build b/auth/gensec/wscript_build
index d8299be89ed..0187db6e85e 100644
--- a/auth/gensec/wscript_build
+++ b/auth/gensec/wscript_build
@@ -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,7 +31,6 @@ bld.SAMBA_MODULE('gensec_ncalrpc',
bld.SAMBA_MODULE('gensec_external',
source='external.c',
- autoproto='external_proto.h',
subsystem='gensec',
deps='samba-debug talloc',
init_function='gensec_external_init'