summaryrefslogtreecommitdiff
path: root/src/common/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-04-03 16:48:44 -0400
committerNick Mathewson <nickm@torproject.org>2016-04-04 11:06:04 -0400
commit7865402106e9af273b9c887484b8371a899683ad (patch)
treeb35419624bb3bdaccd02b0b515453760700e6b25 /src/common/include.am
parent705d3b221e4011b4d041dd486c98f42201322193 (diff)
downloadtor-7865402106e9af273b9c887484b8371a899683ad.tar.gz
tor-7865402106e9af273b9c887484b8371a899683ad.zip
Move tor_assert implementation into its own header/module.
Diffstat (limited to 'src/common/include.am')
-rw-r--r--src/common/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am
index 5afb30da6a..f978eeeaf6 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -68,6 +68,7 @@ LIBOR_A_SOURCES = \
src/common/log.c \
src/common/memarea.c \
src/common/util.c \
+ src/common/util_bug.c \
src/common/util_format.c \
src/common/util_process.c \
src/common/sandbox.c \
@@ -139,6 +140,7 @@ COMMONHEADERS = \
src/common/torlog.h \
src/common/tortls.h \
src/common/util.h \
+ src/common/util_bug.h \
src/common/util_format.h \
src/common/util_process.h \
src/common/workqueue.h