mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
7 lines
115 B
Python
7 lines
115 B
Python
Import('hostenv')
|
|
|
|
hostenv.Library('winbind',[ 'wb_server.c',
|
|
'wb_samba3_protocol.c'
|
|
'wb_samba3_cmd.c'
|
|
])
|