]> git.sur5r.net Git - openldap/commitdiff
Windoze compat
authorKurt Zeilenga <kurt@openldap.org>
Fri, 23 Jul 2004 21:11:25 +0000 (21:11 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 23 Jul 2004 21:11:25 +0000 (21:11 +0000)
servers/slapd/Makefile.in

index 31cd7ca047e007861a1241ceef3992207b1f2e3b..50ccbc25c2614e5aa1a681a49b0417fca057e2fb 100644 (file)
@@ -259,7 +259,7 @@ slapd: $(SLAPD_DEPENDS) @LIBSLAPI@
                $(WRAP_LIBS)
        rm -f $(SLAPTOOLS)
        for i in $(SLAPTOOLS); do \
-               $(LN_S) slapd $$i; done
+               $(LN_S) slapd$(EXEEXT) $$i$(EXEEXT); done
 
 
 sslapd: version.o
@@ -421,6 +421,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