source:
trunk/server/source4/auth/ntlmssp/wscript_build
| Last change on this file was 745, checked in by , 13 years ago | |
|---|---|
| File size: 305 bytes | |
| Line | |
|---|---|
| 1 | #!/usr/bin/env python |
| 2 | |
| 3 | bld.SAMBA_MODULE('gensec_ntlmssp', |
| 4 | source='''ntlmssp.c ntlmssp_sign.c |
| 5 | ntlmssp_client.c ntlmssp_server.c''', |
| 6 | autoproto='proto.h', |
| 7 | subsystem='gensec', |
| 8 | init_function='gensec_ntlmssp_init', |
| 9 | deps='credentials NTLMSSP_COMMON', |
| 10 | internal_module=True |
| 11 | ) |
| 12 |
Note:
See TracBrowser
for help on using the repository browser.
