]> git.sur5r.net Git - openldap/commitdiff
One more Windows tweak
authorHoward Chu <hyc@openldap.org>
Tue, 20 Jul 2004 21:42:00 +0000 (21:42 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 20 Jul 2004 21:42:00 +0000 (21:42 +0000)
servers/slapd/Makefile.in

index 01247e739c0c0b01c3f7f17ee63f199fe0533cc8..a58e5421ebff0d31c8433dd205c2ac32664bc745 100644 (file)
@@ -429,6 +429,6 @@ install-tools: FORCE
        cd $(DESTDIR)$(sbindir); \
        rm -f $(SLAPTOOLS); \
        for i in $(SLAPTOOLS); do \
-               $(LN_S) $(libexecdir)/slapd $$i; \
+               $(LN_S) $(libexecdir)/slapd$(EXEEXT) $$i$(EXEEXT); \
        done