aboutsummaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-05 16:52:12 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-05 17:15:50 -0400
commit5f51c2de8bf27c1c5eba8c27d32273284d41a3d7 (patch)
tree37af6710fd74071754f81c222fa7e9324982c856 /src/tools
parentef486e3c029efe8cb18886eea52f20af766f9daa (diff)
downloadtor-5f51c2de8bf27c1c5eba8c27d32273284d41a3d7.tar.gz
tor-5f51c2de8bf27c1c5eba8c27d32273284d41a3d7.zip
Fix our build system to know the new locations of the src/or stuff
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/include.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/include.am b/src/tools/include.am
index 900154f961..8a2ecb23c9 100644
--- a/src/tools/include.am
+++ b/src/tools/include.am
@@ -43,5 +43,7 @@ endif
if BUILD_LIBTORRUNNER
noinst_LIBRARIES += src/tools/libtorrunner.a
-src_tools_libtorrunner_a_SOURCES = src/tools/tor_runner.c src/or/tor_api.c
+src_tools_libtorrunner_a_SOURCES = \
+ src/tools/tor_runner.c \
+ src/feature/api/tor_api.c
endif