Browse Source

Fix distcheck by naming header properly.

Nick Mathewson 5 years ago
parent
commit
874ba6861a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/include.am

+ 1 - 1
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				\