aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
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 /Makefile.common
parent43443af0acc93e47a145688171049af65eed762f (diff)
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 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 43350b8f51..59cfebe4e0 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -44,7 +44,6 @@ SHARK_COMMON_SRC = \
$(PLATFORM_PCAP_SRC) \
capture-pcap-util.c \
cfile.c \
- cfutils.c \
clopts_common.c \
frame_tvbuff.c \
sync_pipe_write.c \
@@ -56,7 +55,6 @@ SHARK_COMMON_INCLUDES = \
capture-pcap-util.h \
capture-pcap-util-int.h \
cfile.h \
- cfutils.h \
clopts_common.h \
cmdarg_err.h \
color.h \
@@ -178,7 +176,6 @@ dumpcap_SOURCES = \
capture_opts.c \
capture-pcap-util.c \
capture_stop_conditions.c \
- cfutils.c \
clopts_common.c \
conditions.c \
dumpcap.c \