diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-06-22 15:07:43 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-06-22 07:35:17 +0200 |
commit | 9d97bf3f47a591a71e96cad8a87ef13a2b277c9c (patch) | |
tree | f78151ab3e9a9ea72f89f933652669035272ff88 /lib/dbwrap/wscript_build | |
parent | 1acf548eb75c9641e4e2c07167b42bc4380f9158 (diff) | |
download | samba-9d97bf3f47a591a71e96cad8a87ef13a2b277c9c.tar.gz |
dbwrap: dbwrap_local_open()
This simply opens a tdb: it will eventually switch depending on the
extension.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/dbwrap/wscript_build')
-rw-r--r-- | lib/dbwrap/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dbwrap/wscript_build b/lib/dbwrap/wscript_build index d172efbb6ec..3b247b3b5b3 100644 --- a/lib/dbwrap/wscript_build +++ b/lib/dbwrap/wscript_build @@ -5,6 +5,7 @@ bld.SAMBA_LIBRARY('dbwrap', dbwrap_rbt.c dbwrap_cache.c dbwrap_tdb.c + dbwrap_local_open.c ''', deps='samba-util util_tdb errors tdb tdb-wrap', private_library=True) |