aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-24 09:23:52 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-24 09:23:52 -0700
commit7df28a7bd2b71684eea2a20f55df91a592fdfed6 (patch)
treecb754c3fb01986c4cb1698413832b828ad02d73e /Makefile
parent009886cf79bd4bf53049633ef7797eb63be30b68 (diff)
parentd9145d91f542e838827dfdd83978586e2686973f (diff)
Merge github.com:grpc/grpc into that-which-we-call-a-rose
Introduce resolver_factory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c2a32b274a..84283c9c55 100644
--- a/Makefile
+++ b/Makefile
@@ -3023,6 +3023,7 @@ LIBGRPC_SRC = \
src/core/client_config/client_config.c \
src/core/client_config/lb_policy.c \
src/core/client_config/resolver.c \
+ src/core/client_config/resolver_factory.c \
src/core/client_config/subchannel.c \
src/core/client_config/subchannel_factory.c \
src/core/compression/algorithm.c \
@@ -3274,6 +3275,7 @@ LIBGRPC_UNSECURE_SRC = \
src/core/client_config/client_config.c \
src/core/client_config/lb_policy.c \
src/core/client_config/resolver.c \
+ src/core/client_config/resolver_factory.c \
src/core/client_config/subchannel.c \
src/core/client_config/subchannel_factory.c \
src/core/compression/algorithm.c \