source:
vendor/current/examples/auth/wscript_build
Last change on this file was 988, checked in by , 9 years ago | |
---|---|
File size: 342 bytes |
Line | |
---|---|
1 | #!/usr/bin/env python |
2 | |
3 | bld.SAMBA3_MODULE('auth_skel', |
4 | subsystem='auth', |
5 | source='auth_skel.c', |
6 | deps='samba-util', |
7 | init_function='', |
8 | internal_module=bld.SAMBA3_IS_STATIC_MODULE('auth_skel'), |
9 | enabled=bld.SAMBA3_IS_ENABLED_MODULE('auth_skel')) |
Note:
See TracBrowser
for help on using the repository browser.