mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
11 lines
334 B
Plaintext
11 lines
334 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
bld.SAMBA3_MODULE('pdb_test',
|
||
|
subsystem='pdb',
|
||
|
source='test.c',
|
||
|
deps='samba-util',
|
||
|
init_function='',
|
||
|
internal_module=bld.SAMBA3_IS_STATIC_MODULE('pdb_test'),
|
||
|
enabled=bld.SAMBA3_IS_ENABLED_MODULE('pdb_test'))
|
||
|
|