diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-29 10:37:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-29 12:21:52 -0400 |
commit | e0957022bd108696a941bdb284420fc55cbcf187 (patch) | |
tree | eda94f0c14fe023002c24a19386dabb2ef2de8c4 /Makefile.am | |
parent | 207fc4cffe21b58b7f0447706a903e5f66b8bcd8 (diff) | |
download | tor-e0957022bd108696a941bdb284420fc55cbcf187.tar.gz tor-e0957022bd108696a941bdb284420fc55cbcf187.zip |
Extract get_uname to lib/osinfo.
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 f44f64732e..68cc3b5f11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,7 @@ TOR_UTIL_LIBS = \ src/lib/libtor-memarea.a \ src/lib/libtor-math.a \ src/lib/libtor-meminfo.a \ + src/lib/libtor-osinfo.a \ src/lib/libtor-log.a \ src/lib/libtor-lock.a \ src/lib/libtor-fdio.a \ @@ -77,6 +78,7 @@ TOR_UTIL_TESTING_LIBS = \ src/lib/libtor-memarea-testing.a \ src/lib/libtor-math-testing.a \ src/lib/libtor-meminfo-testing.a \ + src/lib/libtor-osinfo-testing.a \ src/lib/libtor-log-testing.a \ src/lib/libtor-lock-testing.a \ src/lib/libtor-fdio-testing.a \ |