aboutsummaryrefslogtreecommitdiff
path: root/src/core/include.am
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-05-16 14:02:16 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2019-05-16 14:23:17 +0300
commitac895fa40552b78744eddfb648dadde23834e553 (patch)
tree09eb7b3ccea1ad3ae63ab82bdd9ba9e52e19dd9e /src/core/include.am
parent9b582edddb3a56d0eb2049820c6e14bfead7b143 (diff)
downloadtor-ac895fa40552b78744eddfb648dadde23834e553.tar.gz
tor-ac895fa40552b78744eddfb648dadde23834e553.zip
Add client-side onion service circuit hiding machines.
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 f722b70481..66ce2c9650 100644
--- a/src/core/include.am
+++ b/src/core/include.am
@@ -37,6 +37,7 @@ LIBTOR_APP_A_SOURCES = \
src/core/or/circuitmux.c \
src/core/or/circuitmux_ewma.c \
src/core/or/circuitpadding.c \
+ src/core/or/circuitpadding_machines.c \
src/core/or/circuitstats.c \
src/core/or/circuituse.c \
src/core/or/crypt_path.c \
@@ -247,6 +248,7 @@ noinst_HEADERS += \
src/core/or/circuitmux_ewma.h \
src/core/or/circuitstats.h \
src/core/or/circuitpadding.h \
+ src/core/or/circuitpadding_machines.h \
src/core/or/circuituse.h \
src/core/or/command.h \
src/core/or/connection_edge.h \