summaryrefslogtreecommitdiff
path: root/examples/pdb/wscript_build
blob: 11d00ba2d8259bb228e1621ad835af3839d5d0fc (plain)
1
2
3
4
5
6
7
8
9
10
#!/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'))