svn commit: samba r12632 - in branches/SAMBA_4_0/source/lib/ldb: .
include
abartlet at samba.org
abartlet at samba.org
Sat Dec 31 03:43:36 GMT 2005
Author: abartlet
Date: 2005-12-31 03:43:36 +0000 (Sat, 31 Dec 2005)
New Revision: 12632
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12632
Log:
Build fixes from Brad Hards <bradh at frogmouth.net>
Andrew Bartlett
Modified:
branches/SAMBA_4_0/source/lib/ldb/Makefile.in
branches/SAMBA_4_0/source/lib/ldb/configure.in
branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h
Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in 2005-12-31 02:49:41 UTC (rev 12631)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in 2005-12-31 03:43:36 UTC (rev 12632)
@@ -60,7 +60,7 @@
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)
Modified: branches/SAMBA_4_0/source/lib/ldb/configure.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/configure.in 2005-12-31 02:49:41 UTC (rev 12631)
+++ branches/SAMBA_4_0/source/lib/ldb/configure.in 2005-12-31 03:43:36 UTC (rev 12632)
@@ -11,6 +11,7 @@
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,
Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h 2005-12-31 02:49:41 UTC (rev 12631)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h 2005-12-31 03:43:36 UTC (rev 12632)
@@ -150,6 +150,7 @@
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,
More information about the samba-cvs
mailing list