summaryrefslogtreecommitdiff
path: root/wsutil/CMakeLists.txt
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-25 22:02:20 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-25 22:02:20 +0000
commita441793cba1e5cb7567e08990e82bfb94f6764df (patch)
tree0b687809e250d7c4ef0445105e6e413b9fbf849b /wsutil/CMakeLists.txt
parent847fbeefdbf5ce18c00a2fa8a48e3095b641283f (diff)
downloadwireshark-a441793cba1e5cb7567e08990e82bfb94f6764df.tar.gz
Move a couple of time-related modules into wsutil.
A bunch of files didn't really need to include these header files so remove the include line rather than changing it. svn path=/trunk/; revision=50154
Diffstat (limited to 'wsutil/CMakeLists.txt')
-rw-r--r--wsutil/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
index 94a2183082..97da38cbc5 100644
--- a/wsutil/CMakeLists.txt
+++ b/wsutil/CMakeLists.txt
@@ -47,8 +47,10 @@ set(WSUTIL_FILES
crc11.c
crcdrm.c
mpeg-audio.c
+ nstime.c
privileges.c
str_util.c
+ timestats.c
type_util.c
${WSUTIL_PLATFORM_FILES}
)