From e945511aae52c0bc50007ffc703241c7da1db372 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 May 2012 22:11:42 +0200 Subject: move the dbwrap library to the top level Autobuild-User: Michael Adam Autobuild-Date: Mon May 14 04:04:55 CEST 2012 on sn-devel-104 --- lib/dbwrap/wscript_build | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/dbwrap/wscript_build (limited to 'lib/dbwrap/wscript_build') diff --git a/lib/dbwrap/wscript_build b/lib/dbwrap/wscript_build new file mode 100644 index 0000000000..d172efbb6e --- /dev/null +++ b/lib/dbwrap/wscript_build @@ -0,0 +1,11 @@ +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) + -- cgit