aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-29 09:37:52 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-29 09:37:52 -0700
commit08a1cf8f4fd747ab331393916bd5d9cc7f4804c1 (patch)
tree51f5d3fcd64e0552c0d6c74ee50fd8e979e9a0d3 /Makefile
parent4d74056b0806f68397111dc2b16f56386339b8e0 (diff)
Use connectivity state tracking code in chttp2 transport
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 87c36da6a3..1038158524 100644
--- a/Makefile
+++ b/Makefile
@@ -3024,7 +3024,6 @@ LIBGRPC_SRC = \
src/core/channel/channel_stack.c \
src/core/channel/client_channel.c \
src/core/channel/connected_channel.c \
- src/core/channel/connectivity_state.c \
src/core/channel/http_client_filter.c \
src/core/channel/http_server_filter.c \
src/core/channel/noop_filter.c \
@@ -3122,6 +3121,7 @@ LIBGRPC_SRC = \
src/core/transport/chttp2/varint.c \
src/core/transport/chttp2/writing.c \
src/core/transport/chttp2_transport.c \
+ src/core/transport/connectivity_state.c \
src/core/transport/metadata.c \
src/core/transport/stream_op.c \
src/core/transport/transport.c \
@@ -3284,7 +3284,6 @@ LIBGRPC_UNSECURE_SRC = \
src/core/channel/channel_stack.c \
src/core/channel/client_channel.c \
src/core/channel/connected_channel.c \
- src/core/channel/connectivity_state.c \
src/core/channel/http_client_filter.c \
src/core/channel/http_server_filter.c \
src/core/channel/noop_filter.c \
@@ -3382,6 +3381,7 @@ LIBGRPC_UNSECURE_SRC = \
src/core/transport/chttp2/varint.c \
src/core/transport/chttp2/writing.c \
src/core/transport/chttp2_transport.c \
+ src/core/transport/connectivity_state.c \
src/core/transport/metadata.c \
src/core/transport/stream_op.c \
src/core/transport/transport.c \