mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
5058f4b9e8
then StaticLibrary() (This used to be commit b53313dc517986c69a4e4cb8fe3885b696f8faa1)
7 lines
373 B
Python
7 lines
373 B
Python
Import('hostenv')
|
|
|
|
hostenv.Library('winsdb',['wins/winsdb.c'])
|
|
hostenv.Library('nbtd_wins',['wins/winsserver.c','wins/winsclient.c','wins/winswack.c'])
|
|
hostenv.Library('nbtd_dgram',['dgram/request.c','dgram/netlogon.c','dgram/ntlogon.c','dgram/browse.c'])
|
|
hostenv.Library('nbtd',['nbt_server.c','interfaces.c','register.c','query.c','nodestatus.c','defense.c','packet.c'])
|