build: waf quicktest nearly works
[idra/samba.git] / source4 / smb_server / wscript_build
1 # AUTOGENERATED by mktowscript.pl from ../../source4/smb_server/config.mk
2 # Please remove this notice if hand editing
3
4
5 bld.SAMBA_MODULE('SERVICE_SMB',
6         source='smb_server.c',
7         autoproto='service_smb_proto.h',
8         subsystem='service',
9         init_function='server_service_smb_init',
10         deps='SMB_SERVER',
11         internal_module=True
12         )
13
14
15 bld.SAMBA_MODULE('SERVICE_SAMBA3_SMB',
16         source='smb_samba3.c',
17         subsystem='service',
18         init_function='server_service_samba3_smb_init'
19         )
20
21
22 bld.SAMBA_SUBSYSTEM('SMB_SERVER',
23         source='handle.c tcon.c session.c blob.c management.c',
24         autoproto='smb_server_proto.h',
25         public_deps='share LIBPACKET SMB_PROTOCOL SMB2_PROTOCOL'
26         )
27
28 bld.BUILD_SUBDIR('smb')
29 bld.BUILD_SUBDIR('smb2')