1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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

Andrew Bartlett
(This used to be commit c4c3afcdcb)
This commit is contained in:
Andrew Bartlett 2007-08-07 04:29:42 +00:00 committed by Gerald (Jerry) Carter
parent 5fe53d6ace
commit 49c42e2550
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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, \