1 2 3 4 5 6 7 8
SRC = '''dbwrap.c dbwrap_util.c dbwrap_rbt.c dbwrap_cache.c dbwrap_tdb.c dbwrap_local_open.c''' DEPS= '''samba-util util_tdb errors tdb tdb-wrap samba-hostconfig''' bld.SAMBA_LIBRARY('dbwrap', source=SRC, deps=DEPS, private_library=True)