s3:net_idmap_delete do not lock two records at the same time
[Samba/gebeck_regimport.git] / examples / auth / wscript_build
blob91f5302918b0737f7953ceaa94f4991d40e07ff0
1 #!/usr/bin/env python
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'))