summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-02-23 15:01:24 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:36 +1000
commit42f92494ea86591ab6928a66d9a0bb21b1bea223 (patch)
tree4501912d6ab745cebe79f9c49d0cd6e0e47cccd9 /source4
parent8e81ea7c3ad707618e94d9f8f0626ec8d0609426 (diff)
downloadsamba-42f92494ea86591ab6928a66d9a0bb21b1bea223.tar.gz
samba-42f92494ea86591ab6928a66d9a0bb21b1bea223.tar.bz2
samba-42f92494ea86591ab6928a66d9a0bb21b1bea223.zip
build: LIBLDB hack not needed any more
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/wscript8
1 files changed, 0 insertions, 8 deletions
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)