diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-08-07 04:29:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:01:32 -0500 |
commit | 49c42e2550fe7340b88e910f621fef1678b571e3 (patch) | |
tree | d53da002dbd7ae8d70c5c804342e27257957572c /source4/lib/ldb | |
parent | 5fe53d6aced8682cb634bfbcf43f161d324b5a5e (diff) | |
download | samba-49c42e2550fe7340b88e910f621fef1678b571e3.tar.gz samba-49c42e2550fe7340b88e910f621fef1678b571e3.tar.bz2 samba-49c42e2550fe7340b88e910f621fef1678b571e3.zip |
r24261: Fix the standalone ldb build after I moved the objectclass module out.
Andrew Bartlett
(This used to be commit c4c3afcdcb6ac5dc220f353b25689056484ac6c9)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 1 | ||||
-rw-r--r-- | source4/lib/ldb/common/ldb_modules.c | 2 |
2 files changed, 0 insertions, 3 deletions
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, \ |