summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/Makefile.in
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-07-26 09:17:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:30:04 -0500
commit768585b1dd3fcc2f2180528bd94e1fef4a6ead7b (patch)
tree90fd80a754dc0253574b4e0e39e01d6121a06213 /source4/lib/ldb/Makefile.in
parent18cf9ccba72264a38134246822d5bb62df091175 (diff)
downloadsamba-768585b1dd3fcc2f2180528bd94e1fef4a6ead7b.tar.gz
samba-768585b1dd3fcc2f2180528bd94e1fef4a6ead7b.tar.bz2
samba-768585b1dd3fcc2f2180528bd94e1fef4a6ead7b.zip
r8779: Add rdn module to makefile and headers
Search by distinguishedName as if searching by dn (This used to be commit 1d4046136255aead319ab08da229146dbd285b38)
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-rw-r--r--source4/lib/ldb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index 81e2b147d5..bbd2602ef7 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -55,7 +55,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_OBJ=modules/timestamps.o modules/schema.o modules/rdn_name.o
OBJS = $(MODULES_OBJ) $(COMMON_OBJ) $(LDB_TDB_OBJ) $(TDB_OBJ) $(TALLOC_OBJ) $(LDB_LDAP_OBJ) $(LDB_SQLITE3_OBJ)