summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lackey <tlackey@redhat.com>2005-05-09 22:11:21 +0000
committerThomas Lackey <tlackey@redhat.com>2005-05-09 22:11:21 +0000
commite24bf9271493ae0faa74dd7d3fe090a15ae7a904 (patch)
tree516a41d281e72f8269d29fc76198d5a6e48cb73c
parentd723996cfb2af9ec04d92e471c996b0e0cc59893 (diff)
downloadds-e24bf9271493ae0faa74dd7d3fe090a15ae7a904.tar.gz
ds-e24bf9271493ae0faa74dd7d3fe090a15ae7a904.tar.xz
ds-e24bf9271493ae0faa74dd7d3fe090a15ae7a904.zip
Build PassSync on Windows.
-rw-r--r--ldap/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ldap/Makefile b/ldap/Makefile
index 6e5945c7..c9d3c780 100644
--- a/ldap/Makefile
+++ b/ldap/Makefile
@@ -77,6 +77,9 @@ ifeq ($(USE_SETUPSDK), 1)
endif # USE_SETUPSDK
endif # WINNT
cd admin; $(MAKE) $(MFLAGS) all
+ifeq ($(ARCH), WINNT)
+ cd synctools; $(MAKE) all
+endif
ldapdocs:
if [ -d docs ]; then cd docs/dirhlp; $(MAKE) $(MFLAGS) ; fi