|
|
@ -2571,7 +2571,6 @@ PUBLIC_HEADERS_C += \ |
|
|
|
include/grpc/byte_buffer.h \
|
|
|
|
include/grpc/byte_buffer.h \
|
|
|
|
include/grpc/byte_buffer_reader.h \
|
|
|
|
include/grpc/byte_buffer_reader.h \
|
|
|
|
include/grpc/grpc.h \
|
|
|
|
include/grpc/grpc.h \
|
|
|
|
include/grpc/grpc_http.h \
|
|
|
|
|
|
|
|
include/grpc/status.h \
|
|
|
|
include/grpc/status.h \
|
|
|
|
|
|
|
|
|
|
|
|
LIBGRPC_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC_SRC))))
|
|
|
|
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.h \
|
|
|
|
include/grpc/byte_buffer_reader.h \
|
|
|
|
include/grpc/byte_buffer_reader.h \
|
|
|
|
include/grpc/grpc.h \
|
|
|
|
include/grpc/grpc.h \
|
|
|
|
include/grpc/grpc_http.h \
|
|
|
|
|
|
|
|
include/grpc/status.h \
|
|
|
|
include/grpc/status.h \
|
|
|
|
|
|
|
|
|
|
|
|
LIBGRPC_UNSECURE_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC_UNSECURE_SRC))))
|
|
|
|
LIBGRPC_UNSECURE_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC_UNSECURE_SRC))))
|
|
|
|