aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-06 20:07:30 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-06 20:07:30 -0800
commitb07938fa22e5b70d936134e771a47a61e687cdbd (patch)
tree4991f8d546a3e921f6dd072e4c5257a3854d6720 /Makefile
parenta9d06296776090bb7c04edf246e405500995e164 (diff)
added missing initializer for global proto_serializer holder to codegen lib
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f43625baa..073dd80132 100644
--- a/Makefile
+++ b/Makefile
@@ -3153,6 +3153,7 @@ endif
LIBGRPC++_CODEGEN_LIB_SRC = \
+ include/grpc++/impl/codegen/proto_serializer.cc \
PUBLIC_HEADERS_CXX += \
include/grpc++/impl/codegen/async_stream.h \