provision: fix nTSecurityDescriptor attributes of CN=*,${CONFIGDN} (bug #9481)
[Samba/gebeck_regimport.git] / lib / tdb_compat / wscript
blob2eac1e92233bb872964b8cc6c96f379f85e6d8f6
1 #!/usr/bin/env python
3 import Options
5 def set_options(opt):
6 opt.RECURSE('lib/tdb')
8 def configure(conf):
9 conf.RECURSE('lib/tdb')
11 def build(bld):
12 bld.RECURSE('lib/tdb')
13 bld.SAMBA_LIBRARY('tdb_compat',
14 source='tdb_compat.c',
15 deps='replace tdb',
16 private_library=True)