summaryrefslogtreecommitdiff
path: root/src/lib/time/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-02 18:09:44 -0400
committerNick Mathewson <nickm@torproject.org>2018-11-05 09:22:02 -0500
commit207253df8d7c040840c7f4305534e6979bfc7bf7 (patch)
tree07e10f59d86a2ec72cd0b475ecf5e501a77ba997 /src/lib/time/include.am
parentcad61f0f6de48c6eab6e811a081f154b03de57b8 (diff)
downloadtor-207253df8d7c040840c7f4305534e6979bfc7bf7.tar.gz
tor-207253df8d7c040840c7f4305534e6979bfc7bf7.zip
Move monotonic time setup into a subsystem
Diffstat (limited to 'src/lib/time/include.am')
-rw-r--r--src/lib/time/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/time/include.am b/src/lib/time/include.am
index a3f93a3744..dae16f49ac 100644
--- a/src/lib/time/include.am
+++ b/src/lib/time/include.am
@@ -7,6 +7,7 @@ endif
src_lib_libtor_time_a_SOURCES = \
src/lib/time/compat_time.c \
+ src/lib/time/time_sys.c \
src/lib/time/tvdiff.c
src_lib_libtor_time_testing_a_SOURCES = \
@@ -16,4 +17,5 @@ src_lib_libtor_time_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
noinst_HEADERS += \
src/lib/time/compat_time.h \
+ src/lib/time/time_sys.h \
src/lib/time/tvdiff.h