]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix distcheck by naming header properly.
authorNick Mathewson <nickm@torproject.org>
Thu, 21 Jun 2018 13:37:32 +0000 (09:37 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 21 Jun 2018 13:37:32 +0000 (09:37 -0400)
src/common/include.am

index 93fef6b9310d1db6450c28caf6615d2c4792237b..8afec9c054244d27e31af9e67824e7184fa208b7 100644 (file)
@@ -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                          \