aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-02 20:33:28 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-02 20:33:28 -0800
commitf588aeb1e2033bc1421cd1dd1687f05ac7d49e64 (patch)
treef101ed17bf015fc1fe7527d83e8783e4eb4e6ab2 /Makefile
parent08745b0115ccb24fdca1081e9159a85c6f6a79d9 (diff)
introduced workaround for proto_utils
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5be0d146af..e77c384cd3 100644
--- a/Makefile
+++ b/Makefile
@@ -2994,6 +2994,7 @@ LIBGRPC++_SRC = \
src/cpp/common/channel_arguments.cc \
src/cpp/common/completion_queue.cc \
src/cpp/common/rpc_method.cc \
+ src/cpp/proto/proto_serializer.cc \
src/cpp/proto/proto_utils.cc \
src/cpp/server/async_generic_service.cc \
src/cpp/server/create_default_thread_pool.cc \
@@ -3274,6 +3275,7 @@ LIBGRPC++_UNSECURE_SRC = \
src/cpp/common/channel_arguments.cc \
src/cpp/common/completion_queue.cc \
src/cpp/common/rpc_method.cc \
+ src/cpp/proto/proto_serializer.cc \
src/cpp/proto/proto_utils.cc \
src/cpp/server/async_generic_service.cc \
src/cpp/server/create_default_thread_pool.cc \