s4:rpc_server/netlogon: check auth_level for validation level 6 already in dcesrv_net...
[Samba.git] / lib / dbwrap / wscript_build
blobe6e9d5e4384dc11607c2ca8dff97163a15147178
1 SRC = '''dbwrap.c dbwrap_util.c dbwrap_rbt.c dbwrap_tdb.c
2          dbwrap_local_open.c'''
3 DEPS= '''samba-util util_tdb samba-errors tdb tdb-wrap samba-hostconfig tevent tevent-util'''
5 bld.SAMBA_LIBRARY('dbwrap',
6                   source=SRC,
7                   deps=DEPS,
8                   private_library=True)