source:
trunk/server/source4/echo_server/wscript_build
Last change on this file was 745, checked in by , 13 years ago | |
---|---|
File size: 267 bytes |
Line | |
---|---|
1 | #!/usr/bin/env python |
2 | |
3 | bld.SAMBA_MODULE('ECHO', |
4 | source='echo_server.c', |
5 | subsystem='service', |
6 | init_function='server_service_echo_init', |
7 | deps='samba-hostconfig LIBTSOCKET LIBSAMBA_TSOCKET', |
8 | local_include=False |
9 | ) |
Note:
See TracBrowser
for help on using the repository browser.