Skip to content

Commit

Permalink
Private headers shouldn't be public...
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Mar 27, 2015
1 parent a8c7c20 commit 65c5efb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3595,16 +3595,6 @@ LIBGRPC_PLUGIN_SUPPORT_SRC = \
src/compiler/python_generator.cc \
src/compiler/ruby_generator.cc \

PUBLIC_HEADERS_CXX += \
src/compiler/config.h \
src/compiler/cpp_generator.h \
src/compiler/cpp_generator_helpers.h \
src/compiler/generator_helpers.h \
src/compiler/python_generator.h \
src/compiler/ruby_generator.h \
src/compiler/ruby_generator_helpers-inl.h \
src/compiler/ruby_generator_map-inl.h \
src/compiler/ruby_generator_string-inl.h \

LIBGRPC_PLUGIN_SUPPORT_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC_PLUGIN_SUPPORT_SRC))))

Expand Down
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
"name": "grpc_plugin_support",
"build": "protoc",
"language": "c++",
"public_headers": [
"headers": [
"src/compiler/config.h",
"src/compiler/cpp_generator.h",
"src/compiler/cpp_generator_helpers.h",
Expand Down

0 comments on commit 65c5efb

Please sign in to comment.