From 04a81d5c6512bdbdfd0ea63517432e15b9c12d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 27 Jan 2015 11:24:05 +0100 Subject: [PATCH] Fix issue in previous commit Even with shared we need to build the static library since programs are using it. --- library/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Makefile b/library/Makefile index 72e376c94d..36c8a40e00 100644 --- a/library/Makefile +++ b/library/Makefile @@ -68,7 +68,7 @@ OBJS= aes.o aesni.o arc4.o \ ifndef SHARED all: static else -all: shared +all: shared static endif static: libpolarssl.a