aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-29 10:50:05 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-29 12:21:52 -0400
commit4e11c2ca6c9396bf8462acb13e01e3d27e4752cc (patch)
tree8717dc2fd38dc7ac6026e951883d41a8635bde36 /Makefile.am
parente0957022bd108696a941bdb284420fc55cbcf187 (diff)
downloadtor-4e11c2ca6c9396bf8462acb13e01e3d27e4752cc.tar.gz
tor-4e11c2ca6c9396bf8462acb13e01e3d27e4752cc.zip
Extract getpass to a new lib/term library
(Term is short for terminal)
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 68cc3b5f11..8fa6f9970f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,6 +56,7 @@ TOR_UTIL_LIBS = \
src/lib/libtor-lock.a \
src/lib/libtor-fdio.a \
src/lib/libtor-string.a \
+ src/lib/libtor-term.a \
src/lib/libtor-smartlist-core.a \
src/lib/libtor-malloc.a \
src/lib/libtor-wallclock.a \
@@ -79,6 +80,7 @@ TOR_UTIL_TESTING_LIBS = \
src/lib/libtor-math-testing.a \
src/lib/libtor-meminfo-testing.a \
src/lib/libtor-osinfo-testing.a \
+ src/lib/libtor-term-testing.a \
src/lib/libtor-log-testing.a \
src/lib/libtor-lock-testing.a \
src/lib/libtor-fdio-testing.a \