summaryrefslogtreecommitdiff
path: root/codecs
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-12-04 07:59:01 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-12-04 07:06:06 +0000
commitd8c794e16dd91ff957e2d817e3269ae0e3bb3b97 (patch)
treea7a77dee306c68d32b38df17a00b3316a117ce04 /codecs
parent0d3f77fff1c7c7cdcf010ace9a3ff7f7f705e7e2 (diff)
downloadwireshark-d8c794e16dd91ff957e2d817e3269ae0e3bb3b97.tar.gz
codecs: fix libary name when compiling with CMake
Change-Id: I0ef328ac9a1fd7281267dbb7f9d1ace97ab41071 Reviewed-on: https://code.wireshark.org/review/12422 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'codecs')
-rw-r--r--codecs/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/CMakeLists.txt b/codecs/CMakeLists.txt
index 37aa95163f..86f47536ef 100644
--- a/codecs/CMakeLists.txt
+++ b/codecs/CMakeLists.txt
@@ -57,7 +57,7 @@ add_library(wscodecs ${LINK_MODE_LIB}
set(FULL_SO_VERSION "0.0.0")
set_target_properties(wscodecs PROPERTIES
- PREFIX "libws"
+ PREFIX "lib"
COMPILE_DEFINITIONS "WS_BUILD_DLL"
LINK_FLAGS "${WS_LINK_FLAGS}"
VERSION ${FULL_SO_VERSION} SOVERSION 0