aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-07-19 14:59:10 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-07-19 14:59:10 -0700
commit6104e4f33b4d2e735ae1c69df1a3fd5d57c931a4 (patch)
tree6d2eeeef498702875500a4ea9a995eeed1583d67 /Makefile
parente6401f5fb837a4ff10ffb8eaa0b982e1bccf6b4e (diff)
Move ChannelzServicePlugin to public, experimental
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 723e68fbd1..309187969c 100644
--- a/Makefile
+++ b/Makefile
@@ -7048,6 +7048,7 @@ LIBGRPCPP_CHANNELZ_SRC = \
$(GENDIR)/src/proto/grpc/channelz/channelz.pb.cc $(GENDIR)/src/proto/grpc/channelz/channelz.grpc.pb.cc \
PUBLIC_HEADERS_CXX += \
+ include/grpcpp/ext/channelz_service_plugin.h \
LIBGRPCPP_CHANNELZ_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPCPP_CHANNELZ_SRC))))