mirror of
https://github.com/samba-team/samba.git
synced 2025-11-19 04:23:48 +03:00
7 lines
243 B
Python
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'])
|