blob: 5e37297d2bc88afd7181192863a3ebe87798cd1c (
plain)
1
2
3
4
5
6
|
#!/usr/bin/env python
bld.SAMBA_BINARY('netapitest',
source='netapitest.c netlocalgroup.c netuser.c netgroup.c netdisplay.c netshare.c netfile.c netserver.c netwksta.c common.c',
deps='netapi popt',
install=False)
|