diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-10-12 08:51:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:39:43 -0500 |
commit | c8978cb1f15b1ddc0c420baa568bd11db080b744 (patch) | |
tree | 7a04b650f52d1e6d143aa6bf4ed9f87e4670a9ef /source4/lib/ldb/Makefile.in | |
parent | dc3e65b25295f68d0c7c5d3a7cc9bade638661f4 (diff) | |
download | samba-c8978cb1f15b1ddc0c420baa568bd11db080b744.tar.gz samba-c8978cb1f15b1ddc0c420baa568bd11db080b744.tar.bz2 samba-c8978cb1f15b1ddc0c420baa568bd11db080b744.zip |
r10918: - fixed standalone ldb build
- added note about allowedAttributesEffective (will be needed for mmc)
- fixed some more ldb warnings
(This used to be commit e9e4d81b6976549db8a7668572a5da466fbec4a9)
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 2ffe6d25b8..f7e4b234ee 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -59,7 +59,7 @@ COMMON_OBJ=common/ldb.o common/ldb_ldif.o \ common/ldb_dn.o common/ldb_match.o common/ldb_attributes.o \ common/attrib_handlers.o -MODULES_OBJ=modules/timestamps.o modules/schema.o modules/rdn_name.o \ +MODULES_OBJ=modules/operational.o modules/schema.o modules/rdn_name.o \ modules/ldb_map.o OBJS = $(MODULES_OBJ) $(COMMON_OBJ) $(LDB_TDB_OBJ) $(TDB_OBJ) $(TALLOC_OBJ) $(LDB_LDAP_OBJ) $(LDB_SQLITE3_OBJ) |