summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-05 17:15:14 +0100
committerStefan Metzmacher <metze@samba.org>2012-01-11 09:04:56 +0100
commit138121c51638634639dd264f514bbbb84bcf2f60 (patch)
treecc4fc8f89228a1f06149cf61cde6a639ae350f5e /source3/wscript_build
parente8cd9721776d3ffc574dcf93c8eb668d4dce36d0 (diff)
downloadsamba-138121c51638634639dd264f514bbbb84bcf2f60.tar.gz
samba-138121c51638634639dd264f514bbbb84bcf2f60.tar.bz2
samba-138121c51638634639dd264f514bbbb84bcf2f60.zip
s3-libsmb: split out auth_generic client functions into auth_generic.c
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build7
1 files changed, 6 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index c6f7424067..12e6fb9195 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -815,9 +815,14 @@ bld.SAMBA3_SUBSYSTEM('LIBNTLMSSP',
deps='LIBSMB_ERR NDR_NTLMSSP NTLMSSP_COMMON gensec',
vars=locals())
+bld.SAMBA3_SUBSYSTEM('auth_generic',
+ source='libsmb/auth_generic.c',
+ deps='LIBNTLMSSP gensec',
+ vars=locals())
+
bld.SAMBA3_LIBRARY('libsmb',
source=LIBSMB_SRC,
- deps='LIBNTLMSSP CLDAP LIBNMB LIBNBT LIBDRSUAPI SPNEGO_PARSE LIBTSOCKET KRBCLIENT cli_smb_common util_cmdline tevent',
+ deps='LIBNTLMSSP auth_generic CLDAP LIBNMB LIBNBT LIBDRSUAPI SPNEGO_PARSE LIBTSOCKET KRBCLIENT cli_smb_common util_cmdline tevent',
vars=locals(),
private_library=True)