aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-08-05 00:25:02 +0000
committerGerald Combs <gerald@wireshark.org>2011-08-05 00:25:02 +0000
commit3d2c4f6182e366aa4b797ed0085dd3f012550a0b (patch)
tree569f1348869aec0bc2c6fc2d73b07a3f48209ee1 /wsutil
parent5c064e144af304f9211877c4e9aef7a93792e764 (diff)
Use GLIB2_LDFLAGS instead of GLIB2_LIBRARIES for wsutil, since it
includes the path to the libraries. Add gthread to wireshark_LIBS if threads are enabled. svn path=/trunk/; revision=38345
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 25eabb1d64..65b1ca896c 100644
--- a/wsutil/CMakeLists.txt
+++ b/wsutil/CMakeLists.txt
@@ -43,7 +43,7 @@ set(WSUTIL_FILES
)
set(wsutil_LIBS
- ${GLIB2_LIBRARIES}
+ ${GLIB2_LDFLAGS}
)
add_library(wsutil ${LINK_MODE_LIB}