1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Revert "s4:ldb-samba: fix the build without a system ldb"

This reverts commit 44c01a5eb4.

This caused problems when using a system ldb and as we don't
do ABI checks for ldb-samba4 any more, we don't need this change.

metze

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
This commit is contained in:
Stefan Metzmacher
2010-06-20 16:22:46 +02:00
committed by Jelmer Vernooij
parent e812832db3
commit a87561613a

View File

@ -4,11 +4,6 @@
# as a built-in module and this delutes the symbols in the ldb library with
# the symbols of all of ldb_ildap's dependencies.
# However, LDBSAMBA has to be a subsystem, otherwise we end up with an unusable
# build when building against the system ldb.
# When adding/modifying public symbols in LDBSAMBA, please make sure that
# lib/ldb/ABI/ldb-samba-X.sigs gets updated.
bld.SAMBA_SUBSYSTEM('LDBSAMBA',
source='ldif_handlers.c ldb_wrap.c',
autoproto='ldif_handlers_proto.h',