mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
Fix Windows export setup
This commit is contained in:
parent
86b7448a47
commit
c5b355bacb
@ -189,6 +189,13 @@ slapd.def: libbackends.a liboverlays.a version.o
|
||||
done; \
|
||||
test -z "$$obj" && continue; \
|
||||
;; \
|
||||
*.la) \
|
||||
if test -n "$LTSTATIC"; then \
|
||||
base=`expr "$$i" : ".*/\(.*\).la"`; \
|
||||
path=`expr "$$i" : "\(.*/\).*"`; \
|
||||
obj=$$path.libs/$$base.a; \
|
||||
fi; \
|
||||
;; \
|
||||
*.o | *.a) \
|
||||
obj=$$i; \
|
||||
esac; \
|
||||
|
Loading…
Reference in New Issue
Block a user