diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-02 13:15:20 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-02 13:15:20 +0200 |
commit | 46f2682ff38ab1a185d33b466dc6c0ad96a51bf2 (patch) | |
tree | e87b86216b1ae680fd5aa26e9a2e59463bffa904 /src/test/include.am | |
parent | ac8c5ec67a8b2f36f1c76777c640fc4299f42307 (diff) | |
download | tor-46f2682ff38ab1a185d33b466dc6c0ad96a51bf2.tar.gz tor-46f2682ff38ab1a185d33b466dc6c0ad96a51bf2.zip |
new headers must get distributed
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index e77c70655c..a9d8b652b2 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -164,6 +164,7 @@ src_test_test_workqueue_LDADD = src/or/libtor-testing.a \ noinst_HEADERS+= \ src/test/fakechans.h \ + src/test/log_test_helpers.h \ src/test/test.h \ src/test/test_helpers.h \ src/test/test_descriptors.inc \ |