diff options
author | Suphanat Chunhapanya <haxx.pop@gmail.com> | 2019-08-23 11:44:49 +0800 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-06 13:39:10 -0500 |
commit | 119004e87d6303de5e90e7dfad87dd89bae6bd5f (patch) | |
tree | 478992107e48b6a44537a867aeba3412788b8706 /src/core/include.am | |
parent | 52e59640f9ae266d25a7727869c84e506c96a1c8 (diff) | |
download | tor-119004e87d6303de5e90e7dfad87dd89bae6bd5f.tar.gz tor-119004e87d6303de5e90e7dfad87dd89bae6bd5f.zip |
circuit: Implement haproxy
Diffstat (limited to 'src/core/include.am')
-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 9b4b251c81..8f455c1773 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -63,6 +63,7 @@ LIBTOR_APP_A_SOURCES = \ src/core/proto/proto_cell.c \ src/core/proto/proto_control0.c \ src/core/proto/proto_ext_or.c \ + src/core/proto/proto_haproxy.c \ src/core/proto/proto_http.c \ src/core/proto/proto_socks.c \ src/feature/api/tor_api.c \ @@ -295,6 +296,7 @@ noinst_HEADERS += \ src/core/proto/proto_cell.h \ src/core/proto/proto_control0.h \ src/core/proto/proto_ext_or.h \ + src/core/proto/proto_haproxy.h \ src/core/proto/proto_http.h \ src/core/proto/proto_socks.h \ src/feature/api/tor_api_internal.h \ |