mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
a4c3553b5a
Modified to include common.h entry for netapitest_wksta function by Kai Blin <kai@samba.org> Signed-off-by: Hans Leidekker <hans@meelstraat.net> Reviewed-by: Kai Blin <kai@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Oct 16 07:00:45 CEST 2013 on sn-devel-104
7 lines
266 B
Python
7 lines
266 B
Python
#!/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)
|