mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
b690fedef5
we won't be using the mk -> wscript generator again
9 lines
271 B
Python
9 lines
271 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('SMB_PROTOCOL',
|
|
source='receive.c negprot.c nttrans.c reply.c request.c search.c service.c sesssetup.c srvtime.c trans2.c signing.c',
|
|
autoproto='smb_proto.h',
|
|
public_deps='ntvfs LIBPACKET CREDENTIALS samba_server_gensec'
|
|
)
|
|
|