summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/gensec/wscript_build')
-rw-r--r--source4/auth/gensec/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build
index 01b3ce9ee2..8f8a6e84c7 100644
--- a/source4/auth/gensec/wscript_build
+++ b/source4/auth/gensec/wscript_build
@@ -37,11 +37,11 @@ bld.SAMBA_MODULE('cyrus_sasl',
bld.SAMBA_MODULE('gensec_spnego',
- source='spnego.c ../../../libcli/auth/spnego_parse.c',
+ source='spnego.c',
autoproto='spnego_proto.h',
subsystem='gensec',
init_function='gensec_spnego_init',
- deps='ASN1_UTIL credentials'
+ deps='ASN1_UTIL credentials SPNEGO_PARSE'
)