mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
b96a9e1c5b
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Oct 17 17:39:36 CEST 2011 on sn-devel-104
11 lines
334 B
Python
11 lines
334 B
Python
#!/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'))
|
|
|