Restore build rule for dynamic backends.

This commit is contained in:
Howard Chu 2004-03-27 23:20:55 +00:00
parent 100facedf3
commit d1d1a0607e

View 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