diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2021-08-10 21:20:28 +0000 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-10-04 10:45:46 -0400 |
commit | 58aca27265980eb1d13daf3c3378251e3cb9c956 (patch) | |
tree | 52dc0128557b6316b4d516e13dec6dc1f0a90f26 /src/core/or/include.am | |
parent | 0422eb26a70fc1450cc6b57902f189edc4eed10a (diff) | |
download | tor-58aca27265980eb1d13daf3c3378251e3cb9c956.tar.gz tor-58aca27265980eb1d13daf3c3378251e3cb9c956.zip |
MAKEFILE: Add flow control files to makefile
Diffstat (limited to 'src/core/or/include.am')
-rw-r--r-- | src/core/or/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/or/include.am b/src/core/or/include.am index 66529b70b2..278556144c 100644 --- a/src/core/or/include.am +++ b/src/core/or/include.am @@ -39,6 +39,7 @@ LIBTOR_APP_A_SOURCES += \ src/core/or/congestion_control_vegas.c \ src/core/or/congestion_control_nola.c \ src/core/or/congestion_control_westwood.c \ + src/core/or/congestion_control_flow.c \ src/core/or/status.c \ src/core/or/versions.c @@ -103,6 +104,7 @@ noinst_HEADERS += \ src/core/or/relay_crypto_st.h \ src/core/or/scheduler.h \ src/core/or/sendme.h \ + src/core/or/congestion_control_flow.h \ src/core/or/congestion_control_common.h \ src/core/or/congestion_control_vegas.h \ src/core/or/congestion_control_nola.h \ |