mirror of
https://github.com/samba-team/samba.git
synced 2025-12-24 04:23:53 +03:00
r24261: Fix the standalone ldb build after I moved the objectclass module out.
Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
af092a361d
commit
c4c3afcdcb
@@ -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
|
||||
|
||||
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user