1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

build: LIBLDB hack not needed any more

This commit is contained in:
Andrew Tridgell 2010-02-23 15:01:24 +11:00
parent 8e81ea7c3a
commit 42f92494ea

View File

@ -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)