aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
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 /wsutil
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>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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