mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14550 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Oct 23 15:32:08 UTC 2020 on sn-devel-184
11 lines
374 B
Python
11 lines
374 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'),
|
|
install=False)
|