summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/or/include.am2
1 files changed, 2 insertions, 0 deletions
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 \