mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
s4:ldb-samba: fix the build without a system ldb
metze
This commit is contained in:
parent
a453b87d68
commit
44c01a5eb4
@ -1,7 +1,11 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('LDBSAMBA',
|
||||
# It is important that this is a library!
|
||||
# Otherwise samba specific symbols end up in
|
||||
# 'ldb' and we fail the ABI check, when not using
|
||||
# a system 'ldb'.
|
||||
bld.SAMBA_LIBRARY('LDBSAMBA',
|
||||
source='ldif_handlers.c ldb_wrap.c',
|
||||
autoproto='ldif_handlers_proto.h',
|
||||
public_deps='ldb',
|
||||
|
Loading…
x
Reference in New Issue
Block a user