aboutsummaryrefslogtreecommitdiff
path: root/src/core/include.am
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-10-18 13:21:36 +1000
committerteor <teor@torproject.org>2019-10-20 17:52:38 +1000
commit7944b55ad1dbadaeb2a4f72b959d23bdc15b8d20 (patch)
treebec2a39f0f52bc7c0f5b0a5d5659340ea64bf01d /src/core/include.am
parentfdf47e0f0b82c10b943ed69717f4f62c0bdff402 (diff)
downloadtor-7944b55ad1dbadaeb2a4f72b959d23bdc15b8d20.tar.gz
tor-7944b55ad1dbadaeb2a4f72b959d23bdc15b8d20.zip
feature: Move proxy_mode() into new files
proxy_mode() was in routermode.[ch], but it's actually a client mode. Move it into client/proxymode.[ch]. Part of 32123.
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 a5d11c24f6..1c97f65f90 100644
--- a/src/core/include.am
+++ b/src/core/include.am
@@ -71,6 +71,7 @@ LIBTOR_APP_A_SOURCES = \
src/feature/client/circpathbias.c \
src/feature/client/dnsserv.c \
src/feature/client/entrynodes.c \
+ src/feature/client/proxymode.c \
src/feature/client/transports.c \
src/feature/control/btrack.c \
src/feature/control/btrack_circuit.c \
@@ -305,6 +306,7 @@ noinst_HEADERS += \
src/feature/client/circpathbias.h \
src/feature/client/dnsserv.h \
src/feature/client/entrynodes.h \
+ src/feature/client/proxymode.h \
src/feature/client/transports.h \
src/feature/control/btrack_circuit.h \
src/feature/control/btrack_orconn.h \