examples/pdb: fix and validate pdb_test_init() prototype via static_decl_pdb;
[sfrench/samba-autobuild/.git] / examples / auth / wscript_build
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'))