mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
Restore build rule for dynamic backends.
This commit is contained in:
parent
100facedf3
commit
d1d1a0607e
@ -265,6 +265,9 @@ slapd: $(SLAPD_DEPENDS) @LIBSLAPI@
|
|||||||
sslapd: version.o
|
sslapd: version.o
|
||||||
$(LTLINK) -static -o $@ $(OBJS) version.o $(LIBS) $(WRAP_LIBS)
|
$(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
|
# In Windows, dynamic backends have to be built after slapd. For this
|
||||||
|
Loading…
Reference in New Issue
Block a user