mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
b690fedef5
we won't be using the mk -> wscript generator again
9 lines
243 B
Python
9 lines
243 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('SMB2_PROTOCOL',
|
|
source='receive.c negprot.c sesssetup.c tcon.c fileio.c fileinfo.c find.c keepalive.c',
|
|
autoproto='smb2_proto.h',
|
|
public_deps='ntvfs LIBPACKET LIBCLI_SMB2 samba_server_gensec'
|
|
)
|
|
|