aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2016-04-18 10:03:06 -0700
committerGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2016-04-18 10:03:06 -0700
commitfaaeab0869c56dca57e371910478c11bee19f027 (patch)
tree9fb52d0d68719a77d6c79821ea7f0b4e89125bd7 /Makefile
parentd51d9ae65ec5e3c3fa2befcbc0404669ce629b87 (diff)
parentff71c38be9bf8d8527a6a44655f100b86564f886 (diff)
Merge pull request #6124 from dgquintas/ip_parse_refactor
Factored out parse functions from sockaddr_resolver
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 488d6f4dce..50fc16753a 100644
--- a/Makefile
+++ b/Makefile
@@ -2583,6 +2583,7 @@ LIBGRPC_SRC = \
src/core/ext/client_config/lb_policy.c \
src/core/ext/client_config/lb_policy_factory.c \
src/core/ext/client_config/lb_policy_registry.c \
+ src/core/ext/client_config/parse_address.c \
src/core/ext/client_config/resolver.c \
src/core/ext/client_config/resolver_factory.c \
src/core/ext/client_config/resolver_registry.c \
@@ -2900,6 +2901,7 @@ LIBGRPC_UNSECURE_SRC = \
src/core/ext/client_config/lb_policy.c \
src/core/ext/client_config/lb_policy_factory.c \
src/core/ext/client_config/lb_policy_registry.c \
+ src/core/ext/client_config/parse_address.c \
src/core/ext/client_config/resolver.c \
src/core/ext/client_config/resolver_factory.c \
src/core/ext/client_config/resolver_registry.c \