From 1abdd9b2bb09d072496db5207814aefefe403f60 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 6 Jul 2011 16:40:21 +0200 Subject: s3:dbwrap: move db_open() to a file dbwrap_open.c of its own. Also start new folder lib/dbwrap/ where dbwrap_open.c is stored and make the fallbacke implementation functoins non-static and create a dbwrap_private.h header file that contains their prototypes. --- source3/wscript_build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 3fcd605f19..cdf64bebf9 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -14,7 +14,9 @@ bld.env.public_headers_skip = ['lib/ldb_compat.h'] bld.env.public_headers_allow_broken = True TDB_LIB_SRC = ''' - lib/dbwrap.c lib/dbwrap_tdb.c + lib/dbwrap.c + lib/dbwrap/dbwrap_open.c + lib/dbwrap_tdb.c lib/dbwrap_ctdb.c lib/g_lock.c''' -- cgit