From 5f51c2de8bf27c1c5eba8c27d32273284d41a3d7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 5 Jul 2018 16:52:12 -0400 Subject: Fix our build system to know the new locations of the src/or stuff --- src/tools/include.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/tools') 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 -- cgit v1.2.3-54-g00ecf