Author: abartlet
Date: 2007-08-07 04:29:42 +0000 (Tue, 07 Aug 2007)
New Revision: 24261

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

Log:
Fix the standalone ldb build after I moved the objectclass module out. 

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in
   branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in       2007-08-07 03:35:45 UTC 
(rev 24260)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in       2007-08-07 04:29:42 UTC 
(rev 24261)
@@ -54,7 +54,6 @@
 
 MODDIR=modules
 MODULES_OBJ=$(MODDIR)/operational.o $(MODDIR)/rdn_name.o \
-          $(MODDIR)/objectclass.o \
           $(MODDIR)/paged_results.o $(MODDIR)/sort.o $(MODDIR)/asq.o
 
 NSSDIR=nssldb

Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c      2007-08-07 
03:35:45 UTC (rev 24260)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c      2007-08-07 
04:29:42 UTC (rev 24261)
@@ -1,4 +1,3 @@
-
 /* 
    ldb database library
 
@@ -155,7 +154,6 @@
                ldb_tdb_init,   \
                ldb_operational_init,   \
                ldb_rdn_name_init,      \
-               ldb_objectclass_init,   \
                ldb_paged_results_init, \
                ldb_sort_init,          \
                ldb_asq_init,           \

Reply via email to