aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-05-18 20:30:53 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-05-18 20:30:53 +0200
commit946e1a52c9b9f516f7e1e6b375e910014df6b6f8 (patch)
tree52bd5bf892bd3ac91db3a9445120390423d7aa96 /Makefile
parent04ae923a52e8b2f61866a7e18e240fbb258969e9 (diff)
Actually removing grpc_http.h from build.json.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f186e5b086..384a802630 100644
--- a/Makefile
+++ b/Makefile
@@ -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))))