]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
MAKEFILE: Add flow control files to makefile
authorMike Perry <mikeperry-git@torproject.org>
Tue, 10 Aug 2021 21:20:28 +0000 (21:20 +0000)
committerDavid Goulet <dgoulet@torproject.org>
Mon, 4 Oct 2021 14:45:46 +0000 (10:45 -0400)
src/core/or/include.am

index 66529b70b29ee6a649718c4f178615e81265fd3f..278556144c7598160fca65cc5275f604cd469738 100644 (file)
@@ -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                           \