1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-19 04:23:48 +03:00
Files
samba-mirror/source/smbd/SConscript
2007-10-10 13:39:08 -05:00

7 lines
243 B
Python

Import('hostenv')
service_files = ['service.c','service_stream.c','service_task.c']
hostenv.Library('server_service', service_files)
hostenv.proto_headers += hostenv.CProtoHeader('proto.h', service_files)
hostenv.Program('smbd',['server.c'])