s4:gensec/gssapi: use gensec_gssapi_max_{input,wrapped}_size() for all backends
[Samba.git] / lib / dbwrap / wscript_build
blob195ad4e040e16e9dbb6ea4e242d0b4a65dc01482
1 SRC = '''dbwrap.c dbwrap_util.c dbwrap_rbt.c dbwrap_cache.c dbwrap_tdb.c
2          dbwrap_local_open.c'''
3 DEPS= '''samba-util util_tdb errors tdb tdb-wrap samba-hostconfig'''
5 bld.SAMBA_LIBRARY('dbwrap',
6                   source=SRC,
7                   deps=DEPS,
8                   private_library=True)