mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +03:00
build: LIBLDB hack not needed any more
This commit is contained in:
@ -47,11 +47,3 @@ def build(bld):
|
|||||||
'tools/%s.c tools/ldbutil.c tools/cmdline.c' % t,
|
'tools/%s.c tools/ldbutil.c tools/cmdline.c' % t,
|
||||||
deps='ldb',
|
deps='ldb',
|
||||||
syslibs='dl popt')
|
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)
|
|
||||||
|
Reference in New Issue
Block a user