diff options
author | David Goulet <dgoulet@torproject.org> | 2019-05-03 10:56:12 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-05-03 10:56:12 -0400 |
commit | b3492d53c3f643a1e6b2e62bb8b2ad5bfa77213e (patch) | |
tree | a2ae3a6dd015377cefd22983ffd3625c3c4e494d /src/core | |
parent | d20cfc00ce435d78bbf386e5f5505e0989439c11 (diff) | |
parent | 09003679962e5d0e0c15cb278b83e3ef79affdda (diff) | |
download | tor-b3492d53c3f643a1e6b2e62bb8b2ad5bfa77213e.tar.gz tor-b3492d53c3f643a1e6b2e62bb8b2ad5bfa77213e.zip |
Merge branch 'tor-github/pr/984'
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/include.am b/src/core/include.am index c228735f1b..9493f79552 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -81,6 +81,7 @@ LIBTOR_APP_A_SOURCES = \ src/feature/control/control_events.c \ src/feature/control/control_fmt.c \ src/feature/control/control_getinfo.c \ + src/feature/control/control_proto.c \ src/feature/control/fmt_serverstatus.c \ src/feature/control/getinfo_geoip.c \ src/feature/dircache/conscache.c \ @@ -307,6 +308,7 @@ noinst_HEADERS += \ src/feature/control/control_events.h \ src/feature/control/control_fmt.h \ src/feature/control/control_getinfo.h \ + src/feature/control/control_proto.h \ src/feature/control/fmt_serverstatus.h \ src/feature/control/getinfo_geoip.h \ src/feature/dirauth/authmode.h \ |