aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar chedeti <chedeti@google.com>2016-07-31 15:35:51 -0700
committerGravatar chedeti <chedeti@google.com>2016-07-31 15:35:51 -0700
commitbc618eed71f1c2a2b69351a6aa60e8bb460773b9 (patch)
treef1a2681e249121f6a88ec5b85f93502d80aa4956 /Makefile
parent4d8283f93bed3b9d35362cad2c4fb38474b547d6 (diff)
thrift serializer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8b6114bd7f..986c25780f 100644
--- a/Makefile
+++ b/Makefile
@@ -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))))