aboutsummaryrefslogtreecommitdiff
path: root/src/core/include.am
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-05-03 10:56:12 -0400
committerDavid Goulet <dgoulet@torproject.org>2019-05-03 10:56:12 -0400
commitb3492d53c3f643a1e6b2e62bb8b2ad5bfa77213e (patch)
treea2ae3a6dd015377cefd22983ffd3625c3c4e494d /src/core/include.am
parentd20cfc00ce435d78bbf386e5f5505e0989439c11 (diff)
parent09003679962e5d0e0c15cb278b83e3ef79affdda (diff)
downloadtor-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/include.am')
-rw-r--r--src/core/include.am2
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 \