MAKEFILE: Add flow control files to makefile

This commit is contained in:
Mike Perry 2021-08-10 21:20:28 +00:00 committed by David Goulet
parent 0422eb26a7
commit 58aca27265

View 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 \