- Proper building of shared lib when SHARED defined
This commit is contained in:
parent
644db3893a
commit
96c4ed8134
1 changed files with 4 additions and 0 deletions
|
@ -53,7 +53,11 @@ OBJS= aes.o arc4.o asn1parse.o \
|
|||
|
||||
.SILENT:
|
||||
|
||||
ifndef SHARED
|
||||
all: static
|
||||
else
|
||||
all: shared
|
||||
endif
|
||||
|
||||
static: libpolarssl.a
|
||||
|
||||
|
|
Loading…
Reference in a new issue