diff options
author | kpayson64 <kpayson@google.com> | 2016-08-17 16:59:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-17 16:59:20 -0700 |
commit | b80d9c9626076c3a83bc68456881394d3629f713 (patch) | |
tree | 69accc4082be9ce0295e01a8a38e7457f2b6a4d9 /Makefile | |
parent | b731abf2159d833fb9f18661669b0a6011954e3d (diff) | |
parent | 7e024be839687470bd1343f70f08ec1e703eb9ec (diff) |
Merge pull request #7594 from chedeti/grpc-thrift-v2
grpc thrift integration
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)))) |