aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-06-21 15:30:33 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2016-06-21 14:31:16 +0000
commitdf231d9c52d8e94d2ef48f83beeef1455a0e7ce9 (patch)
tree21c18a48fdcaccaca54353cf84ee8e54d5bdd9af
parent8a0b7ccb5a2325f6528e76f97e4ee83e269ffe3c (diff)
libcodecs and libwsutil are DLLs, not static libraries
Change-Id: I4486f35e07c72d4ca35d5649de25d0c9abd2a964 Reviewed-on: https://code.wireshark.org/review/16057 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-rw-r--r--codecs/CMakeLists.txt2
-rw-r--r--wsutil/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/codecs/CMakeLists.txt b/codecs/CMakeLists.txt
index 3981a863cc..5d926cb050 100644
--- a/codecs/CMakeLists.txt
+++ b/codecs/CMakeLists.txt
@@ -63,7 +63,7 @@ set_target_properties(wscodecs PROPERTIES
COMPILE_DEFINITIONS "WS_BUILD_DLL"
LINK_FLAGS "${WS_LINK_FLAGS}"
VERSION ${FULL_SO_VERSION} SOVERSION 0
- FOLDER "Libs"
+ FOLDER "DLLs"
)
if(ENABLE_APPLICATION_BUNDLE)
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
index 384bda65eb..704e824530 100644
--- a/wsutil/CMakeLists.txt
+++ b/wsutil/CMakeLists.txt
@@ -228,7 +228,7 @@ set_target_properties(wsutil PROPERTIES
COMPILE_DEFINITIONS "WS_BUILD_DLL"
LINK_FLAGS "${WS_LINK_FLAGS}"
VERSION ${FULL_SO_VERSION} SOVERSION 0
- FOLDER "Libs")
+ FOLDER "DLLs")
if(ENABLE_APPLICATION_BUNDLE)
set_target_properties(wsutil PROPERTIES