Skip to content
Snippets Groups Projects
Commit 62a9641f authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #577 from jtattermusch/make_install_fix

remove nonexistent stream_context_interface.h from build.json
parents 26e2e8f0 67fb94a9
No related branches found
No related tags found
No related merge requests found
......@@ -3025,7 +3025,6 @@ PUBLIC_HEADERS_CXX += \
include/grpc++/server_credentials.h \
include/grpc++/status.h \
include/grpc++/stream.h \
include/grpc++/stream_context_interface.h \
 
LIBGRPC++_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_SRC))))
 
......@@ -415,8 +415,7 @@
"include/grpc++/server_context.h",
"include/grpc++/server_credentials.h",
"include/grpc++/status.h",
"include/grpc++/stream.h",
"include/grpc++/stream_context_interface.h"
"include/grpc++/stream.h"
],
"headers": [
"src/cpp/client/channel.h",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment