diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-02-24 07:49:45 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-02-24 07:49:45 -0500 |
commit | d4d5d9d1d1dec69aa51c0b8f5040599c95d7f6f0 (patch) | |
tree | 7ba97e51cdfa1c6dc138105f0072eca780ac6d92 /Makefile.am | |
parent | caa392a73ad6c8e215a4686955c9de98eeb07661 (diff) | |
parent | 0c18c94bb1efd9db42748f942117e19e058d3410 (diff) | |
download | tor-d4d5d9d1d1dec69aa51c0b8f5040599c95d7f6f0.tar.gz tor-d4d5d9d1d1dec69aa51c0b8f5040599c95d7f6f0.zip |
Merge branch 'ticket33316_squashed'
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 b9bae2395c..1a1fa9b658 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,6 +70,7 @@ TOR_UTIL_LIBS = \ src/lib/libtor-wallclock.a \ src/lib/libtor-err.a \ src/lib/libtor-version.a \ + src/lib/libtor-llharden.a \ src/lib/libtor-intmath.a \ src/lib/libtor-ctime.a @@ -104,6 +105,7 @@ TOR_UTIL_TESTING_LIBS = \ src/lib/libtor-wallclock-testing.a \ src/lib/libtor-err-testing.a \ src/lib/libtor-version-testing.a \ + src/lib/libtor-llharden-testing.a \ src/lib/libtor-intmath.a \ src/lib/libtor-ctime-testing.a endif |