From d8c794e16dd91ff957e2d817e3269ae0e3bb3b97 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Fri, 4 Dec 2015 07:59:01 +0100 Subject: codecs: fix libary name when compiling with CMake Change-Id: I0ef328ac9a1fd7281267dbb7f9d1ace97ab41071 Reviewed-on: https://code.wireshark.org/review/12422 Reviewed-by: Pascal Quantin --- codecs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codecs') 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 -- cgit v1.2.3