summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-12-31 03:43:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:10 -0500
commit8d147a4dd30ab94ccd1d8faedc38fad5af69150a (patch)
tree9b54f921f92d58a4c32d5f49088d288de9fc5ec2 /source4/lib/ldb/Makefile.in
parentcf07cd3feeea7cc1874c95affc67b428aabf412c (diff)
downloadsamba-8d147a4dd30ab94ccd1d8faedc38fad5af69150a.tar.gz
samba-8d147a4dd30ab94ccd1d8faedc38fad5af69150a.tar.bz2
samba-8d147a4dd30ab94ccd1d8faedc38fad5af69150a.zip
r12632: Build fixes from Brad Hards <bradh@frogmouth.net>
Andrew Bartlett (This used to be commit 44b107d3150135ee4381c1ba4eac23bfd9cb16b9)
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 26d1ffff2e..6b90837aed 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -60,7 +60,7 @@ COMMON_OBJ=common/ldb.o common/ldb_ldif.o \
common/attrib_handlers.o
MODULES_OBJ=modules/operational.o modules/schema.o modules/rdn_name.o \
- modules/ldb_map.o
+ modules/objectclass.o modules/ldb_map.o
OBJS = $(MODULES_OBJ) $(COMMON_OBJ) $(LDB_TDB_OBJ) $(TDB_OBJ) $(TALLOC_OBJ) $(LDB_LDAP_OBJ) $(LDB_SQLITE3_OBJ)