aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-08-17 16:59:20 -0700
committerGravatar GitHub <noreply@github.com>2016-08-17 16:59:20 -0700
commitb80d9c9626076c3a83bc68456881394d3629f713 (patch)
tree69accc4082be9ce0295e01a8a38e7457f2b6a4d9 /Makefile
parentb731abf2159d833fb9f18661669b0a6011954e3d (diff)
parent7e024be839687470bd1343f70f08ec1e703eb9ec (diff)
Merge pull request #7594 from chedeti/grpc-thrift-v2
grpc thrift integration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7cef08ce03..9d79dfbf7e 100644
--- a/Makefile
+++ b/Makefile
@@ -4060,6 +4060,8 @@ PUBLIC_HEADERS_CXX += \
include/grpc/impl/codegen/time.h \
include/grpc++/impl/codegen/proto_utils.h \
include/grpc++/impl/codegen/config_protobuf.h \
+ include/grpc++/impl/codegen/thrift_serializer.h \
+ include/grpc++/impl/codegen/thrift_utils.h \
LIBGRPC++_TEST_UTIL_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_TEST_UTIL_SRC))))