]> git.sur5r.net Git - openldap/commitdiff
Restore build rule for dynamic backends.
authorHoward Chu <hyc@openldap.org>
Sat, 27 Mar 2004 23:20:55 +0000 (23:20 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 27 Mar 2004 23:20:55 +0000 (23:20 +0000)
servers/slapd/Makefile.in

index 33691a4778f4e46a0b72312e3722370a76a152b9..6d2bf9f3674ee84b24132e389b53e3bec8bb5019 100644 (file)
@@ -265,6 +265,9 @@ slapd: $(SLAPD_DEPENDS) @LIBSLAPI@
 sslapd: version.o
        $(LTLINK) -static -o $@ $(OBJS) version.o $(LIBS) $(WRAP_LIBS)
 
+$(SLAPD_DYNAMIC_BACKENDS): slapd
+       cd $@; $(MAKE) $(MFLAGS) all
+       @touch $@
 
 #
 # In Windows, dynamic backends have to be built after slapd. For this