mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
e945511aae
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon May 14 04:04:55 CEST 2012 on sn-devel-104
12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
bld.SAMBA_LIBRARY('dbwrap',
|
|
source='''
|
|
dbwrap.c
|
|
dbwrap_util.c
|
|
dbwrap_rbt.c
|
|
dbwrap_cache.c
|
|
dbwrap_tdb.c
|
|
''',
|
|
deps='samba-util util_tdb errors tdb tdb-wrap',
|
|
private_library=True)
|
|
|