aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames@darkjames.pl>2014-04-24 21:56:31 +0200
committerAnders Broman <a.broman58@gmail.com>2014-04-25 04:13:02 +0000
commit75cb2675fd6b95d3635b0b2a81b0e2d8c1ad715f (patch)
tree306d2cd04613fb1642dc9e738ced2e20bd7ea7f5 /wsutil/Makefile.common
parent6ec73981acd2aea4b8aeb6809fc23f5d044ffb5e (diff)
Move mktime_utc() from tvbuff.c to wsutil/time_util.c
Also do little cleanup in mktime_utc (one big #ifndef) Change-Id: I8f721ba76cad856cfef0a2d78e7f98686f8e4e3f Reviewed-on: https://code.wireshark.org/review/1327 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index 8e1f4435c9..0f4d434471 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -58,6 +58,7 @@ LIBWSUTIL_SRC = \
rc4.c \
report_err.c \
tempfile.c \
+ time_util.c \
type_util.c \
u3.c \
unicode-utils.c
@@ -98,6 +99,7 @@ LIBWSUTIL_INCLUDES = \
rc4.h \
report_err.h \
tempfile.h \
+ time_util.h \
type_util.h \
u3.h \
unicode-utils.h