build: commit all the waf build files in the tree
[kai/samba-autobuild/.git] / libcli / auth / wscript_build
1 # AUTOGENERATED by mktowscript.pl from ../../libcli/auth/config.mk
2 # Please remove this notice if hand editing
3
4
5 bld.SAMBA_SUBSYSTEM('ntlm_check',
6         source='ntlm_check.c',
7         deps='LIBSAMBA-UTIL'
8         )
9
10
11 bld.SAMBA_SUBSYSTEM('MSRPC_PARSE',
12         source='msrpc_parse.c'
13         )
14
15
16 bld.SAMBA_SUBSYSTEM('LIBCLI_AUTH',
17         source='credentials.c session.c smbencrypt.c smbdes.c',
18         public_deps='MSRPC_PARSE LIBSAMBA-HOSTCONFIG',
19         public_headers='credentials.h'
20         )
21
22
23 bld.SAMBA_SUBSYSTEM('COMMON_SCHANNELDB',
24         source='schannel_state_tdb.c',
25         deps='TDB_WRAP'
26         )
27