s3:smb2_break: make use of file_fsp_smb2()
[Samba/gebeck_regimport.git] / lib / dbwrap / wscript_build
blobd172efbb6ecc689480dd43410957b2691a7733ef
1 bld.SAMBA_LIBRARY('dbwrap',
2                   source='''
3                   dbwrap.c
4                   dbwrap_util.c
5                   dbwrap_rbt.c
6                   dbwrap_cache.c
7                   dbwrap_tdb.c
8                   ''',
9                   deps='samba-util util_tdb errors tdb tdb-wrap',
10                   private_library=True)