mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Needs to add symlink for static version of library.
This commit is contained in:
parent
e5acf2467b
commit
9aa2cd646b
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,9 @@ MKDEPFLAG = -l
|
|||
|
||||
$(LIBRARY): version.lo
|
||||
$(LINK) -rpath $(libdir) -o $@ $(OBJS) version.lo
|
||||
@$(RM) ../$@; \
|
||||
$(RM) ../$@; \
|
||||
(d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@)
|
||||
$(RM) ../`$(BASENAME) $@ .la`.a; \
|
||||
(d=`$(PWD)`; t=`$(BASENAME) $@ .la`.a; $(LN_S) `$(BASENAME) $$d`/.libs/$$t ../$$t)
|
||||
|
||||
Makefile: $(top_srcdir)/build/lib-shared.mk
|
||||
|
|
|
|||
Loading…
Reference in a new issue