summaryrefslogtreecommitdiff
path: root/lib/dbwrap/wscript_build
blob: 0e5f9619a3f3ad56e552382504d46e3a899ee56d (plain)
1
2
3
4
5
6
7
8
SRC = '''dbwrap.c dbwrap_util.c dbwrap_rbt.c dbwrap_tdb.c
         dbwrap_local_open.c'''
DEPS= '''samba-util util_tdb samba-errors tdb tdb-wrap tevent tevent-util'''

bld.SAMBA_LIBRARY('dbwrap',
                  source=SRC,
                  deps=DEPS,
                  private_library=True)