summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-24 13:00:52 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-24 15:08:50 +1100
commit74947964d915890adc524ca279ca95d96c4e8e34 (patch)
treeedc8c37fcb997755aa45eed8cd3a7134dde6b280 /libcli
parent9e93dacfc6020deab9f15353ae32512a58e7b4b8 (diff)
downloadsamba-74947964d915890adc524ca279ca95d96c4e8e34.tar.gz
samba-74947964d915890adc524ca279ca95d96c4e8e34.tar.bz2
samba-74947964d915890adc524ca279ca95d96c4e8e34.zip
build: moved spnego_parse.c into a common subsystem
Diffstat (limited to 'libcli')
-rw-r--r--libcli/auth/wscript_build6
1 files changed, 5 insertions, 1 deletions
diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build
index 3d9e8e6283..0f0e22ba91 100644
--- a/libcli/auth/wscript_build
+++ b/libcli/auth/wscript_build
@@ -2,7 +2,7 @@
bld.SAMBA_LIBRARY('cliauth',
source='',
- deps='NTLMSSP_COMMON MSRPC_PARSE LIBCLI_AUTH COMMON_SCHANNEL PAM_ERRORS',
+ deps='NTLMSSP_COMMON MSRPC_PARSE LIBCLI_AUTH COMMON_SCHANNEL PAM_ERRORS SPNEGO_PARSE',
private_library=True,
grouping_library=True)
@@ -34,3 +34,7 @@ bld.SAMBA_SUBSYSTEM('PAM_ERRORS',
source='pam_errors.c',
deps='talloc'
)
+
+bld.SAMBA_SUBSYSTEM('SPNEGO_PARSE',
+ source='spnego_parse.c',
+ deps='ASN1_UTIL')