]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
MAKEFILE: include new CC algs in makefile
authorMike Perry <mikeperry-git@torproject.org>
Fri, 11 Jun 2021 23:52:06 +0000 (23:52 +0000)
committerDavid Goulet <dgoulet@torproject.org>
Fri, 30 Jul 2021 16:57:31 +0000 (12:57 -0400)
src/core/or/include.am

index 6d2b73d03ca5ccaa7375d441ca10e9709d1b7847..d142062216503e7e652bb9746fce631d6fcea595 100644 (file)
@@ -35,7 +35,10 @@ LIBTOR_APP_A_SOURCES +=                              \
        src/core/or/scheduler_kist.c            \
        src/core/or/scheduler_vanilla.c         \
        src/core/or/sendme.c                    \
-       src/core/or/sendme_common.c                     \
+       src/core/or/congestion_control_common.c                 \
+       src/core/or/congestion_control_vegas.c                  \
+       src/core/or/congestion_control_nola.c                   \
+       src/core/or/congestion_control_westwood.c                       \
        src/core/or/status.c                    \
        src/core/or/versions.c
 
@@ -58,6 +61,7 @@ noinst_HEADERS +=                                     \
        src/core/or/circuitpadding_machines.h           \
        src/core/or/circuituse.h                        \
        src/core/or/command.h                           \
+       src/core/or/congestion_control_st.h                             \
        src/core/or/connection_edge.h                   \
        src/core/or/connection_or.h                     \
        src/core/or/connection_st.h                     \
@@ -98,7 +102,10 @@ noinst_HEADERS +=                                   \
        src/core/or/relay_crypto_st.h                   \
        src/core/or/scheduler.h                         \
        src/core/or/sendme.h                            \
-       src/core/or/sendme_common.h                             \
+       src/core/or/congestion_control_common.h                         \
+       src/core/or/congestion_control_vegas.h                          \
+       src/core/or/congestion_control_nola.h                           \
+       src/core/or/congestion_control_westwood.h                               \
        src/core/or/server_port_cfg_st.h                \
        src/core/or/socks_request_st.h                  \
        src/core/or/status.h                            \