summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-08-17 08:31:19 +0000
committerAndrew Bartlett <abartlet@samba.org>2006-08-17 08:31:19 +0000
commita88ac2242108402b3f6ae22122b182c161a00a6c (patch)
tree303b1edbc3afa48b7b97e486a150138bc6daae0a /source/lib/ldb/Makefile.in
parent2dd65345dc8a48423f7e69439a2e97dacf782850 (diff)
downloadsamba-a88ac2242108402b3f6ae22122b182c161a00a6c.tar.gz
samba-a88ac2242108402b3f6ae22122b182c161a00a6c.tar.xz
samba-a88ac2242108402b3f6ae22122b182c161a00a6c.zip
r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.
Add attribute syntax mapping to the existing OpenLDAP -> AD tool. Andrew Bartlett
Diffstat (limited to 'source/lib/ldb/Makefile.in')
-rw-r--r--source/lib/ldb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/ldb/Makefile.in b/source/lib/ldb/Makefile.in
index 6e5d6524167..94bf4f8a1ca 100644
--- a/source/lib/ldb/Makefile.in
+++ b/source/lib/ldb/Makefile.in
@@ -114,7 +114,7 @@ bin/ldbtest: tools/ldbtest.o tools/cmdline.o $(LIBS)
$(CC) -o bin/ldbtest tools/ldbtest.o tools/cmdline.o $(LIB_FLAGS)
bin/oLschema2ldif: tools/oLschema2ldif.o tools/cmdline.o $(LIBS)
- $(CC) -o bin/oLschema2ldif tools/oLschema2ldif.o tools/cmdline.o $(LIB_FLAGS)
+ $(CC) -o bin/oLschema2ldif tools/oLschema2ldif.o tools/cmdline.o tools/convert.o $(LIB_FLAGS)
examples/ldbreader: examples/ldbreader.o $(LIBS)
$(CC) -o examples/ldbreader examples/ldbreader.o $(LIB_FLAGS)