mirror of
https://github.com/samba-team/samba.git
synced 2025-12-02 00:23:50 +03:00
6 lines
149 B
Python
6 lines
149 B
Python
Import('hostenv')
|
|
|
|
hostenv.StaticLibrary('server_service',
|
|
['service.c','service_stream.c','service_task.c'])
|
|
hostenv.Program('smbd',['server.c'])
|