aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-01-25 09:01:53 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-01-25 09:01:53 -0800
commit16efe6c750caacdf4fe10ea62605a76761154e7c (patch)
tree6c47cd3e1d1a78f14a7487394a3eecde2c060673 /Makefile
parentd1a8da2fe069dea30e903f7d19479b8c83c63576 (diff)
Generate projects properly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d4eda102dc..4fb733c7ab 100644
--- a/Makefile
+++ b/Makefile
@@ -4765,6 +4765,8 @@ LIBGRPC++_CORE_STATS_SRC = \
$(GENDIR)/src/proto/grpc/core/stats.pb.cc $(GENDIR)/src/proto/grpc/core/stats.grpc.pb.cc \
src/cpp/util/core_stats.cc \
+PUBLIC_HEADERS_CXX += \
+
LIBGRPC++_CORE_STATS_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_CORE_STATS_SRC))))