source:
trunk/server/source4/libcli/wbclient/wscript_build
Last change on this file was 745, checked in by , 13 years ago | |
---|---|
File size: 172 bytes |
Line | |
---|---|
1 | #!/usr/bin/env python |
2 | |
3 | bld.SAMBA_SUBSYSTEM('LIBWBCLIENT_OLD', |
4 | source='wbclient.c', |
5 | public_deps='errors events', |
6 | deps='NDR_WINBIND MESSAGING RPC_NDR_WINBIND' |
7 | ) |
8 |
Note:
See TracBrowser
for help on using the repository browser.