summaryrefslogtreecommitdiff
path: root/wsutil/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-06-21 11:01:19 -0700
committerGuy Harris <guy@alum.mit.edu>2014-06-21 18:02:32 +0000
commita1112249fa5c050646c3093509e8883dca622215 (patch)
treefa707cc380a57f884f90550fa595d0c6de306c80 /wsutil/Makefile.am
parent43443af0acc93e47a145688171049af65eed762f (diff)
downloadwireshark-a1112249fa5c050646c3093509e8883dca622215.tar.gz
Move get_os_version_info() to libwsutil.
This mean we also have to move CFString_to_C_string() there for OS X. Change-Id: Ic91ad872e9d5290cf34f842503ededd5452e4337 Reviewed-on: https://code.wireshark.org/review/2511 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wsutil/Makefile.am')
-rw-r--r--wsutil/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am
index 31bf198ba4..385acc6e73 100644
--- a/wsutil/Makefile.am
+++ b/wsutil/Makefile.am
@@ -103,6 +103,7 @@ libwsutil_la_DEPENDENCIES= \
$(wsutil_optional_objects)
libwsutil_la_LIBADD = \
+ @COREFOUNDATION_FRAMEWORKS@ \
@GLIB_LIBS@ \
@LIBGCRYPT_LIBS@ \
nghttp2/libnghttp2.la \