diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-01 13:14:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-05 09:22:02 -0500 |
commit | b8c50eabfee1bd9f5ed03f8ec569cc53b980f1d1 (patch) | |
tree | 25cbee463c1409c43085db90faa2a0205a64aecd /src/lib/thread/include.am | |
parent | 178c1821b2115972ce3c3f194d1fcbd0d75ca364 (diff) | |
download | tor-b8c50eabfee1bd9f5ed03f8ec569cc53b980f1d1.tar.gz tor-b8c50eabfee1bd9f5ed03f8ec569cc53b980f1d1.zip |
Add a subsystem for our threading support
Diffstat (limited to 'src/lib/thread/include.am')
-rw-r--r-- | src/lib/thread/include.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/thread/include.am b/src/lib/thread/include.am index 9ec23d166e..695795a2c8 100644 --- a/src/lib/thread/include.am +++ b/src/lib/thread/include.am @@ -23,5 +23,6 @@ src_lib_libtor_thread_testing_a_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS) src_lib_libtor_thread_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS) noinst_HEADERS += \ - src/lib/thread/threads.h \ - src/lib/thread/numcpus.h + src/lib/thread/numcpus.h \ + src/lib/thread/thread_sys.h \ + src/lib/thread/threads.h |