summaryrefslogtreecommitdiff
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-12-31 11:34:08 -0800
committerGuy Harris <guy@alum.mit.edu>2014-12-31 19:34:40 +0000
commitcb7c94909173a71ca569668e0a409d2594b530de (patch)
tree909ecd02ca7e86a0f74834734599da545ee549e2 /wsutil/Makefile.common
parentce9ca9df771f6a0d9ed8c20ffe26982a3ec4d43f (diff)
downloadwireshark-cb7c94909173a71ca569668e0a409d2594b530de.tar.gz
Move some routines into ws_version_info.c.
The routines to get compiler, GLib version, CPU, and memory info are used only in routines in ws_version_info.c; move them into ws_version_info.c and make them static. Change-Id: I58edd18da3301095012d2c7a3c5198e5a7073964 Reviewed-on: https://code.wireshark.org/review/6183 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common8
1 files changed, 0 insertions, 8 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index f59f4c2af2..aa050da5de 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -36,9 +36,7 @@ LIBWSUTIL_SRC = \
cfutils.c \
clopts_common.c \
cmdarg_err.c \
- compiler_info.c \
copyright_info.c \
- cpu_info.c \
crash_info.c \
crc6.c \
crc7.c \
@@ -52,10 +50,8 @@ LIBWSUTIL_SRC = \
eax.c \
filesystem.c \
g711.c \
- glib_version_info.c \
md4.c \
md5.c \
- mem_info.c \
mpeg-audio.c \
nstime.c \
os_version_info.c \
@@ -88,9 +84,7 @@ libwsutil_nonrepl_INCLUDES = \
cfutils.h \
clopts_common.h \
cmdarg_err.h \
- compiler_info.h \
copyright_info.h \
- cpu_info.h \
crash_info.h \
crc6.h \
crc7.h \
@@ -104,10 +98,8 @@ libwsutil_nonrepl_INCLUDES = \
eax.h \
filesystem.h \
g711.h \
- glib_version_info.h \
md4.h \
md5.h \
- mem_info.h \
mpeg-audio.h \
nstime.h \
os_version_info.h \