From d1a8da2fe069dea30e903f7d19479b8c83c63576 Mon Sep 17 00:00:00 2001 From: Tobias Jungel Date: Mon, 22 Jan 2018 22:25:40 +0100 Subject: [PATCH] remove core_stats.h from installed headers core_stats.h is installed in a non standard directory and originates from the source directory. Hence this PR removes it from beeing installed. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index ada461fb372..d4eda102dc0 100644 --- a/Makefile +++ b/Makefile @@ -4765,9 +4765,6 @@ 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 += \ - src/cpp/util/core_stats.h \ - LIBGRPC++_CORE_STATS_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_CORE_STATS_SRC))))