aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-07-25 10:01:47 -0700
committerGravatar GitHub <noreply@github.com>2016-07-25 10:01:47 -0700
commitde2d9fc07bf7f01184c6bfebb7ed12da8eade525 (patch)
tree500b9b52c12d4d0143680f8725b7f2b235a8d050 /Makefile
parent13d29841dd5e6c5124c36745764fcfe2bc24e2c9 (diff)
parentb16b1f29c3aa7238814cd70a4abcee0f35dc6b9f (diff)
Merge pull request #7395 from markdroth/handshake_api
General-purpose handshaker API.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 37999d3b1e..80e8d7434b 100644
--- a/Makefile
+++ b/Makefile
@@ -2507,6 +2507,7 @@ LIBGRPC_SRC = \
src/core/lib/channel/channel_stack_builder.c \
src/core/lib/channel/compress_filter.c \
src/core/lib/channel/connected_channel.c \
+ src/core/lib/channel/handshaker.c \
src/core/lib/channel/http_client_filter.c \
src/core/lib/channel/http_server_filter.c \
src/core/lib/compression/compression.c \
@@ -2779,6 +2780,7 @@ LIBGRPC_CRONET_SRC = \
src/core/lib/channel/channel_stack_builder.c \
src/core/lib/channel/compress_filter.c \
src/core/lib/channel/connected_channel.c \
+ src/core/lib/channel/handshaker.c \
src/core/lib/channel/http_client_filter.c \
src/core/lib/channel/http_server_filter.c \
src/core/lib/compression/compression.c \
@@ -3120,6 +3122,7 @@ LIBGRPC_UNSECURE_SRC = \
src/core/lib/channel/channel_stack_builder.c \
src/core/lib/channel/compress_filter.c \
src/core/lib/channel/connected_channel.c \
+ src/core/lib/channel/handshaker.c \
src/core/lib/channel/http_client_filter.c \
src/core/lib/channel/http_server_filter.c \
src/core/lib/compression/compression.c \