Fix issue in previous commit

Even with shared we need to build the static library since programs are using
it.
This commit is contained in:
Manuel Pégourié-Gonnard 2015-01-27 11:24:05 +01:00
parent edaa9a02c4
commit 04a81d5c65

View File

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