1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Prepared for version 1.3.6

This commit is contained in:
Paul Bakker
2014-04-11 15:33:59 +02:00
parent d8b0c5ef01
commit 784b04ff9a
7 changed files with 12 additions and 14 deletions

View File

@ -108,7 +108,7 @@ endif()
if(USE_SHARED_POLARSSL_LIBRARY)
add_library(polarssl SHARED ${src})
set_target_properties(polarssl PROPERTIES VERSION 1.3.5 SOVERSION 5)
set_target_properties(polarssl PROPERTIES VERSION 1.3.6 SOVERSION 6)
target_link_libraries(polarssl ${libs})

View File

@ -22,9 +22,9 @@ ifdef SHARED
CFLAGS += -fPIC
endif
SONAME=libpolarssl.so.5
SONAME=libpolarssl.so.6
DLEXT=so.5
DLEXT=so.6
# OSX shared library extension:
# DLEXT=dylib