summaryrefslogtreecommitdiff
path: root/source4/smbd/SConscript
blob: 55d0eb23be83d08a22c9a33966527c93f66c7028 (plain)
1
2
3
4
5
6
Import('hostenv')

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