commit | 04a81d5c6512bdbdfd0ea63517432e15b9c12d73 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jan 27 11:24:05 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jan 27 11:36:41 2015 +0100 |
tree | 957e2f1b9d995ff05ed469d15feb336fb3815ae2 | |
parent | edaa9a02c4d1b7efcb7977042484bcc07d2cc2a4 [diff] [blame] |
Fix issue in previous commit Even with shared we need to build the static library since programs are using it.
diff --git a/library/Makefile b/library/Makefile index 72e376c..36c8a40 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -68,7 +68,7 @@ ifndef SHARED all: static else -all: shared +all: shared static endif static: libpolarssl.a