mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
MAKEFILE: Add flow control files to makefile
This commit is contained in:
parent
0422eb26a7
commit
58aca27265
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user