summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 09:37:32 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 09:37:32 -0400
commit874ba6861a02401f4f2d6d2f0e5bdf806386f50b (patch)
treeb83a1feb98005da91a628d8a4efcd16555d7eb33 /src
parent2ad062ee601bc30594b81a33404662fbd59ef8b1 (diff)
downloadtor-874ba6861a02401f4f2d6d2f0e5bdf806386f50b.tar.gz
tor-874ba6861a02401f4f2d6d2f0e5bdf806386f50b.zip
Fix distcheck by naming header properly.
Diffstat (limited to 'src')
-rw-r--r--src/common/include.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/include.am b/src/common/include.am
index 93fef6b931..8afec9c054 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -203,7 +203,7 @@ COMMONHEADERS = \
src/common/testsupport.h \
src/common/timers.h \
src/common/token_bucket.h \
- src/common/torerr.c \
+ src/common/torerr.h \
src/common/torint.h \
src/common/torlog.h \
src/common/tortls.h \