Merge pull request #577 from jtattermusch/make_install_fix

remove nonexistent stream_context_interface.h from build.json
pull/582/head
Craig Tiller 10 years ago
commit 62a9641f82
  1. 1
      Makefile
  2. 3
      build.json

@ -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",

Loading…
Cancel
Save