Needs to add symlink for static version of library.

This commit is contained in:
Kurt Zeilenga 1998-11-29 17:36:58 +00:00
parent e5acf2467b
commit 9aa2cd646b

View file

@ -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