mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Fix Windows export setup
This commit is contained in:
parent
86b7448a47
commit
c5b355bacb
1 changed files with 7 additions and 0 deletions
|
|
@ -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 a new issue