From 42f92494ea86591ab6928a66d9a0bb21b1bea223 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 23 Feb 2010 15:01:24 +1100 Subject: build: LIBLDB hack not needed any more --- source4/lib/ldb/wscript | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source4') diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 2a6bf5d102..c016dc6314 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -47,11 +47,3 @@ def build(bld): 'tools/%s.c tools/ldbutil.c tools/cmdline.c' % t, deps='ldb', syslibs='dl popt') - - # this is a temporary fix for the fact that some - # of the scripts call it 'ldb' and some 'LIBLDB' - bld.SAMBA_LIBRARY('LIBLDB', - LDB_TDB_SRC + ' ' + COMMON_SRC + ' ' + MODULES_SRC, - deps='tdb tevent', - include_list='include', - vnum=VERSION) -- cgit