From 49c42e2550fe7340b88e910f621fef1678b571e3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 7 Aug 2007 04:29:42 +0000 Subject: r24261: Fix the standalone ldb build after I moved the objectclass module out. Andrew Bartlett (This used to be commit c4c3afcdcb6ac5dc220f353b25689056484ac6c9) --- source4/lib/ldb/Makefile.in | 1 - source4/lib/ldb/common/ldb_modules.c | 2 -- 2 files changed, 3 deletions(-) (limited to 'source4/lib') diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 398efc9fe8..4a4585d861 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -54,7 +54,6 @@ COMMON_OBJ=$(COMDIR)/ldb.o $(COMDIR)/ldb_ldif.o \ 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 diff --git a/source4/lib/ldb/common/ldb_modules.c b/source4/lib/ldb/common/ldb_modules.c index 24441f0010..ad537b4d86 100644 --- a/source4/lib/ldb/common/ldb_modules.c +++ b/source4/lib/ldb/common/ldb_modules.c @@ -1,4 +1,3 @@ - /* ldb database library @@ -155,7 +154,6 @@ static const struct ldb_module_ops *ldb_find_module_ops(const char *name) ldb_tdb_init, \ ldb_operational_init, \ ldb_rdn_name_init, \ - ldb_objectclass_init, \ ldb_paged_results_init, \ ldb_sort_init, \ ldb_asq_init, \ -- cgit