mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
235f78aa95
Guenther
10 lines
342 B
Python
10 lines
342 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA3_MODULE('auth_skel',
|
|
subsystem='auth',
|
|
source='auth_skel.c',
|
|
deps='samba-util',
|
|
init_function='',
|
|
internal_module=bld.SAMBA3_IS_STATIC_MODULE('auth_skel'),
|
|
enabled=bld.SAMBA3_IS_ENABLED_MODULE('auth_skel'))
|