summaryrefslogtreecommitdiff
path: root/src/common/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-22 11:54:38 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-22 11:54:38 -0400
commitbcf3e546d196910f53beb79814833c96f279e987 (patch)
tree64312da9727169803a8ea82f9819121940d78f40 /src/common/include.am
parent6fc2d532274ead9c903c6d94b1a513b8d9b6f677 (diff)
downloadtor-bcf3e546d196910f53beb79814833c96f279e987.tar.gz
tor-bcf3e546d196910f53beb79814833c96f279e987.zip
Move util_bug into libtor-log
Diffstat (limited to 'src/common/include.am')
-rw-r--r--src/common/include.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/include.am b/src/common/include.am
index d4404fb1b7..4927f57425 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -40,7 +40,6 @@ LIBOR_A_SRC = \
src/common/confline.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 \
@@ -94,7 +93,6 @@ COMMONHEADERS = \
src/common/timers.h \
src/common/token_bucket.h \
src/common/util.h \
- src/common/util_bug.h \
src/common/util_format.h \
src/common/util_process.h \
src/common/workqueue.h