diff options
author | chedeti <chedeti@google.com> | 2016-07-31 15:35:51 -0700 |
---|---|---|
committer | chedeti <chedeti@google.com> | 2016-07-31 15:35:51 -0700 |
commit | bc618eed71f1c2a2b69351a6aa60e8bb460773b9 (patch) | |
tree | f1a2681e249121f6a88ec5b85f93502d80aa4956 /Makefile | |
parent | 4d8283f93bed3b9d35362cad2c4fb38474b547d6 (diff) |
thrift serializer
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3923,6 +3923,9 @@ 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_serializer_inl.h \ + include/grpc++/impl/codegen/thrift_utils.h \ LIBGRPC++_TEST_UTIL_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_TEST_UTIL_SRC)))) |