mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
7 lines
255 B
Plaintext
7 lines
255 B
Plaintext
|
#!/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 common.c',
|
||
|
deps='netapi popt',
|
||
|
install=False)
|