1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/examples/pdb/wscript_build
Günther Deschner b96a9e1c5b s3-waf: make sure we always build example pdb modules with --enable-developer.
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Oct 17 17:39:36 CEST 2011 on sn-devel-104
2011-10-17 17:39:36 +02:00

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'))