Author: jelmer
Date: 2006-01-27 05:10:20 +0000 (Fri, 27 Jan 2006)
New Revision: 13181

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13181

Log:
Fix standalone ldb build

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.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       2006-01-27 04:57:40 UTC 
(rev 13180)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in       2006-01-27 05:10:20 UTC 
(rev 13181)
@@ -61,7 +61,7 @@
 
 MODULES_OBJ=modules/operational.o modules/schema.o modules/rdn_name.o \
           modules/objectclass.o modules/ldb_map.o \
-          modules/paged_results.o modules/sort.o
+          modules/paged_results.o modules/sort.o modules/asq.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/include/ldb_private.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h     2006-01-27 
04:57:40 UTC (rev 13180)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h     2006-01-27 
05:10:20 UTC (rev 13181)
@@ -158,6 +158,7 @@
 struct ldb_module *rdn_name_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 *server_sort_module_init(struct ldb_context *ldb, const char 
*options[]);
+struct ldb_module *asq_module_init(struct ldb_context *ldb, const char 
*options[]);
 
 
 int ldb_match_msg(struct ldb_context *ldb,

Reply via email to