summaryrefslogtreecommitdiff
path: root/src/common/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-04-13 09:12:39 -0400
committerNick Mathewson <nickm@torproject.org>2016-04-15 09:03:22 -0400
commit05499b6ded25b5cbc8b16916fa9c0a39407ab10f (patch)
treef4be53cd3202c6d06a2c8aaf10de8cd8f9d275fb /src/common/include.am
parent32e80ea3d32d5fd8207d16f9e5b26defa0d98a7c (diff)
downloadtor-05499b6ded25b5cbc8b16916fa9c0a39407ab10f.tar.gz
tor-05499b6ded25b5cbc8b16916fa9c0a39407ab10f.zip
Add timeouts to libor-event.a
Diffstat (limited to 'src/common/include.am')
-rw-r--r--src/common/include.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/include.am b/src/common/include.am
index f978eeeaf6..e61ed685ca 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -96,7 +96,8 @@ LIBOR_CRYPTO_A_SOURCES = \
LIBOR_EVENT_A_SOURCES = \
src/common/compat_libevent.c \
- src/common/procmon.c
+ src/common/procmon.c \
+ src/ext/timeouts/timeout.c
src_common_libor_a_SOURCES = $(LIBOR_A_SOURCES)
src_common_libor_crypto_a_SOURCES = $(LIBOR_CRYPTO_A_SOURCES)