summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-04-20 12:19:03 -0400
committerNick Mathewson <nickm@torproject.org>2012-04-20 12:19:03 -0400
commitc419485442114645e9949e39635208d0536b2072 (patch)
treef069c57648c0a89e71c4644d41da9bad06a350c3 /Makefile.am
parent2711cda3004752e04751135aa7dc58d130d9107b (diff)
downloadlibevent-c419485442114645e9949e39635208d0536b2072.tar.gz
Split out time-related evutil functions into a new evutil_time.c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7dee8864..2ae90a30 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -197,6 +197,7 @@ CORE_SRC = \
evthread.c \
evutil.c \
evutil_rand.c \
+ evutil_time.c \
listener.c \
log.c \
strlcpy.c \