diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-05-18 20:30:53 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-05-18 20:30:53 +0200 |
commit | 946e1a52c9b9f516f7e1e6b375e910014df6b6f8 (patch) | |
tree | 52bd5bf892bd3ac91db3a9445120390423d7aa96 /Makefile | |
parent | 04ae923a52e8b2f61866a7e18e240fbb258969e9 (diff) |
Actually removing grpc_http.h from build.json.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2571,7 +2571,6 @@ PUBLIC_HEADERS_C += \ include/grpc/byte_buffer.h \ include/grpc/byte_buffer_reader.h \ include/grpc/grpc.h \ - include/grpc/grpc_http.h \ include/grpc/status.h \ LIBGRPC_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC_SRC)))) @@ -2819,7 +2818,6 @@ PUBLIC_HEADERS_C += \ include/grpc/byte_buffer.h \ include/grpc/byte_buffer_reader.h \ include/grpc/grpc.h \ - include/grpc/grpc_http.h \ include/grpc/status.h \ LIBGRPC_UNSECURE_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC_UNSECURE_SRC)))) |