source: vendor/current/examples/auth/wscript_build

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 342 bytes
Line 
1#!/usr/bin/env python
2
3bld.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.