diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 579b9a089c..6c60de111c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,12 +40,14 @@ endif # "Common" libraries used to link tor's utility code. TOR_UTIL_LIBS = \ src/common/libor.a \ + src/lib/libtor-err.a \ src/common/libor-ctime.a # Variants of the above for linking the testing variant of tor (for coverage # and tests) TOR_UTIL_TESTING_LIBS = \ src/common/libor-testing.a \ + src/lib/libtor-err-testing.a \ src/common/libor-ctime-testing.a # Internal crypto libraries used in Tor |