s3:libads: no longer pass "GSS-SPNEGO" to ads_sasl_spnego_gensec_bind()
[Samba.git] / lib / dbwrap / wscript_build
blob0e5f9619a3f3ad56e552382504d46e3a899ee56d
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 tevent tevent-util'''
5 bld.SAMBA_LIBRARY('dbwrap',
6                   source=SRC,
7                   deps=DEPS,
8                   private_library=True)