source:
trunk/server/nsswitch/libwbclient/wscript_build
Last change on this file was 745, checked in by , 13 years ago | |
---|---|
File size: 214 bytes |
Line | |
---|---|
1 | #!/usr/bin/env python |
2 | |
3 | bld.SAMBA_LIBRARY('wbclient', |
4 | source='wbc_guid.c wbc_idmap.c wbclient.c wbc_pam.c wbc_pwd.c wbc_sid.c wbc_util.c', |
5 | deps='winbind-client', |
6 | public_headers='wbclient.h', |
7 | vnum='0' |
8 | ) |
Note:
See TracBrowser
for help on using the repository browser.