diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-24 13:00:52 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-24 15:08:50 +1100 |
commit | 74947964d915890adc524ca279ca95d96c4e8e34 (patch) | |
tree | edc8c37fcb997755aa45eed8cd3a7134dde6b280 /source4 | |
parent | 9e93dacfc6020deab9f15353ae32512a58e7b4b8 (diff) | |
download | samba-74947964d915890adc524ca279ca95d96c4e8e34.tar.gz samba-74947964d915890adc524ca279ca95d96c4e8e34.tar.xz samba-74947964d915890adc524ca279ca95d96c4e8e34.zip |
build: moved spnego_parse.c into a common subsystem
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/gensec/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build index 01b3ce9ee27..8f8a6e84c7b 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' ) |