aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-15 11:39:08 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-15 11:39:08 -0800
commit17fe83b5badc51761953654823319cbc450dc977 (patch)
tree5ff5d2e9587c2232ab62066f995ffd88b6d63881 /Makefile
parent45484b31bbe736d6effb630ca0bc642856e883d1 (diff)
parent15bad3fba745043aa9b1cef83e4929486b40a548 (diff)
Merge branch 'master' of github.com:grpc/grpc into check_newlines
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aa97775c0c..42ffdfba16 100644
--- a/Makefile
+++ b/Makefile
@@ -2422,6 +2422,7 @@ LIBGRPC_SRC = \
src/core/surface/server.c \
src/core/surface/server_chttp2.c \
src/core/surface/server_create.c \
+ src/core/surface/validate_metadata.c \
src/core/surface/version.c \
src/core/transport/byte_stream.c \
src/core/transport/chttp2/alpn.c \
@@ -2724,6 +2725,7 @@ LIBGRPC_UNSECURE_SRC = \
src/core/surface/server.c \
src/core/surface/server_chttp2.c \
src/core/surface/server_create.c \
+ src/core/surface/validate_metadata.c \
src/core/surface/version.c \
src/core/transport/byte_stream.c \
src/core/transport/chttp2/alpn.c \