svn commit: samba r14590 - in branches/SAMBA_4_0/source/lib/ldb: . include

jelmer at samba.org jelmer at samba.org
Mon Mar 20 21:28:57 GMT 2006


Author: jelmer
Date: 2006-03-20 21:28:56 +0000 (Mon, 20 Mar 2006)
New Revision: 14590

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

Log:
Fix ldb standalone build...

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in
   branches/SAMBA_4_0/source/lib/ldb/include/includes.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-03-20 21:18:06 UTC (rev 14589)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-03-20 21:28:56 UTC (rev 14590)
@@ -61,7 +61,7 @@
 	   common/attrib_handlers.o common/ldb_controls.o common/qsort.o
 
 MODULES_OBJ=modules/operational.o modules/schema.o modules/rdn_name.o \
-	   modules/objectclass.o modules/ldb_map.o \
+	   modules/objectclass.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/includes.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/includes.h	2006-03-20 21:18:06 UTC (rev 14589)
+++ branches/SAMBA_4_0/source/lib/ldb/include/includes.h	2006-03-20 21:28:56 UTC (rev 14590)
@@ -38,7 +38,6 @@
 #define discard_const(ptr) ((void *)((intptr_t)(ptr)))
 #define discard_const_p(type, ptr) ((type *)discard_const(ptr))
 
-#include "lib/ldb/samba/ldif_handlers.h"
 #include "talloc.h"
 
 #endif /*_SAMBA_BUILD_*/



More information about the samba-cvs mailing list