Skip to content
Snippets Groups Projects
Commit 9aa2cd64 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Needs to add symlink for static version of library.

parent e5acf246
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment