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.
pull/14124/head
Tobias Jungel 7 years ago
parent a9fc084ec1
commit d1a8da2fe0
  1. 3
      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))))

Loading…
Cancel
Save