From: Mike Perry Date: Tue, 10 Aug 2021 21:20:28 +0000 (+0000) Subject: MAKEFILE: Add flow control files to makefile X-Git-Tag: tor-0.4.7.2-alpha~48^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58aca27265980eb1d13daf3c3378251e3cb9c956;p=thirdparty%2Ftor.git MAKEFILE: Add flow control files to makefile --- 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 \