From 8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sun, 17 Oct 2010 10:37:23 +0200 Subject: s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb/common/util.c" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They're only in use by SAMDB code. Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Sun Oct 17 09:40:13 UTC 2010 on sn-devel-104 --- lib/util/wscript_build | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib/util/wscript_build') diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 91c85f0837..b551953f93 100644 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -47,15 +47,6 @@ bld.SAMBA_SUBSYSTEM('UTIL_TEVENT', header_path=[ ('*', 'util') ], ) - -bld.SAMBA_SUBSYSTEM('UTIL_LDB', - source='util_ldb.c', - local_include=False, - public_deps='ldb', - public_headers='util_ldb.h' - ) - - bld.SAMBA_SUBSYSTEM('UTIL_RUNCMD', source='util_runcmd.c', local_include=False, -- cgit