source:
trunk/server/source4/samba_tool/wscript_build
Last change on this file was 745, checked in by , 13 years ago | |
---|---|
File size: 245 bytes |
Line | |
---|---|
1 | #!/usr/bin/env python |
2 | |
3 | bld.SAMBA_BINARY('samba-tool', |
4 | source='samba_tool.c password.c vampire.c gpo.c', |
5 | autoproto='proto.h', |
6 | deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS policy auth4', |
7 | pyembed=True |
8 | ) |
Note:
See TracBrowser
for help on using the repository browser.