mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r12632: Build fixes from Brad Hards <bradh@frogmouth.net>
Andrew Bartlett
(This used to be commit 44b107d315
)
This commit is contained in:
parent
cf07cd3fee
commit
8d147a4dd3
@ -60,7 +60,7 @@ COMMON_OBJ=common/ldb.o common/ldb_ldif.o \
|
||||
common/attrib_handlers.o
|
||||
|
||||
MODULES_OBJ=modules/operational.o modules/schema.o modules/rdn_name.o \
|
||||
modules/ldb_map.o
|
||||
modules/objectclass.o modules/ldb_map.o
|
||||
|
||||
OBJS = $(MODULES_OBJ) $(COMMON_OBJ) $(LDB_TDB_OBJ) $(TDB_OBJ) $(TALLOC_OBJ) $(LDB_LDAP_OBJ) $(LDB_SQLITE3_OBJ)
|
||||
|
||||
|
@ -11,6 +11,7 @@ AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
|
||||
AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
|
||||
AC_DEFUN([SMB_EXT_LIB_ENABLE], [echo -n ""])
|
||||
AC_DEFUN([SMB_EXT_LIB], [echo -n ""])
|
||||
AC_DEFUN([SMB_ENABLE], [echo -n ""])
|
||||
AC_INIT(include/ldb.h)
|
||||
WITH_GCOV=0
|
||||
AC_ARG_ENABLE(gcov,
|
||||
|
@ -150,6 +150,7 @@ int lsqlite3_connect(struct ldb_context *ldb,
|
||||
struct ldb_module *operational_module_init(struct ldb_context *ldb, const char *options[]);
|
||||
struct ldb_module *schema_module_init(struct ldb_context *ldb, const char *options[]);
|
||||
struct ldb_module *rdn_name_module_init(struct ldb_context *ldb, const char *options[]);
|
||||
struct ldb_module *objectclass_module_init(struct ldb_context *ldb, const char *options[]);
|
||||
|
||||
|
||||
int ldb_match_msg(struct ldb_context *ldb,
|
||||
|
Loading…
Reference in New Issue
Block a user