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:
parent
5fe53d6ace
commit
49c42e2550
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user