diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-05 17:08:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-05 17:15:50 -0400 |
commit | 667a6e8fe9b8169e86f3ab889c4ea8af845d6939 (patch) | |
tree | 7515fec98954b32da0f6a4f21896f852fc0991e1 /src/core/include.am | |
parent | f720a5a439b6fd3e9a283891c15f41f93532d81c (diff) | |
download | tor-667a6e8fe9b8169e86f3ab889c4ea8af845d6939.tar.gz tor-667a6e8fe9b8169e86f3ab889c4ea8af845d6939.zip |
Whoops. Protover.[ch] belong in src/core/or
Diffstat (limited to 'src/core/include.am')
-rw-r--r-- | src/core/include.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/include.am b/src/core/include.am index 111a1e0137..23c283d8d1 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -12,7 +12,6 @@ LIBTOR_APP_A_SOURCES = \ src/app/config/statefile.c \ src/core/proto/proto_socks.c \ src/core/proto/protover_rust.c \ - src/core/proto/protover.c \ src/core/proto/proto_ext_or.c \ src/core/proto/proto_cell.c \ src/core/proto/proto_http.c \ @@ -44,6 +43,7 @@ LIBTOR_APP_A_SOURCES = \ src/core/or/scheduler_vanilla.c \ src/core/or/connection_edge.c \ src/core/or/dos.c \ + src/core/or/protover.c \ src/core/or/address_set.c \ src/core/or/command.c \ src/core/or/channel.c \ @@ -149,7 +149,6 @@ noinst_HEADERS += \ src/app/config/or_state_st.h \ src/app/config/confparse.h \ src/app/main/ntmain.h \ - src/core/proto/protover.h \ src/core/proto/proto_ext_or.h \ src/core/proto/proto_http.h \ src/core/proto/proto_cell.h \ @@ -190,6 +189,7 @@ noinst_HEADERS += \ src/core/or/or_handshake_certs_st.h \ src/core/or/dos.h \ src/core/or/or_connection_st.h \ + src/core/or/protover.h \ src/core/or/channel.h \ src/core/or/or_circuit_st.h \ src/core/or/entry_port_cfg_st.h \ |