source:
vendor/current/lib/dbwrap/wscript_build
Last change on this file was 988, checked in by , 9 years ago | |
---|---|
File size: 308 bytes |
Line | |
---|---|
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 samba-errors tdb tdb-wrap samba-hostconfig''' |
4 | |
5 | bld.SAMBA_LIBRARY('dbwrap', |
6 | source=SRC, |
7 | deps=DEPS, |
8 | private_library=True) |
Note:
See TracBrowser
for help on using the repository browser.