aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-01 12:33:22 -0400
committerNick Mathewson <nickm@torproject.org>2018-11-05 09:22:02 -0500
commit6e7ff8cba0efaf803e3ef5b5aba4123633fe0658 (patch)
tree34d13bcfb483674e0ae52bd3fb60f371c20f0155 /Makefile.am
parent7bb76b24cf755799b7950ef078ac5ccf4d6e3a8a (diff)
downloadtor-6e7ff8cba0efaf803e3ef5b5aba4123633fe0658.tar.gz
tor-6e7ff8cba0efaf803e3ef5b5aba4123633fe0658.zip
Move the code that knows our tor version into a lowest-level lib
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e5c1be31b5..cb76edfa2f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,6 +62,7 @@ TOR_UTIL_LIBS = \
src/lib/libtor-malloc.a \
src/lib/libtor-wallclock.a \
src/lib/libtor-err.a \
+ src/lib/libtor-version.a \
src/lib/libtor-intmath.a \
src/lib/libtor-ctime.a
@@ -91,6 +92,7 @@ TOR_UTIL_TESTING_LIBS = \
src/lib/libtor-malloc-testing.a \
src/lib/libtor-wallclock-testing.a \
src/lib/libtor-err-testing.a \
+ src/lib/libtor-version-testing.a \
src/lib/libtor-intmath.a \
src/lib/libtor-ctime-testing.a
endif