aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.m4
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-07-06 16:23:14 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-07-18 17:06:57 -0700
commit268a82398c0b71a0ed9cb4f5168098f1de8945da (patch)
tree6abbea6f3842f82668ac12272162d00f2c79cc78 /config.m4
parent10bed24e8b6a93d9017927371e607f85619fb59b (diff)
Pull flow control into one module
Diffstat (limited to 'config.m4')
-rw-r--r--config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config.m4 b/config.m4
index f97baadde4..c5332f13f0 100644
--- a/config.m4
+++ b/config.m4
@@ -217,6 +217,7 @@ if test "$PHP_GRPC" != "no"; then
src/core/ext/transport/chttp2/transport/bin_encoder.c \
src/core/ext/transport/chttp2/transport/chttp2_plugin.c \
src/core/ext/transport/chttp2/transport/chttp2_transport.c \
+ src/core/ext/transport/chttp2/transport/flow_control.c \
src/core/ext/transport/chttp2/transport/frame_data.c \
src/core/ext/transport/chttp2/transport/frame_goaway.c \
src/core/ext/transport/chttp2/transport/frame_ping.c \