aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-23 14:57:07 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-23 14:57:07 -0700
commitaf691804781f4e546c806b98ca8b05e2370e61f8 (patch)
tree771cc6245c135ce5afe8a2de58ca1ecfe23e7685 /Makefile
parentd58b5b88479cd3b24c171104eb5494e0d0702e42 (diff)
Flesh out things and make them compile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9db5e8b7d2..264f18e231 100644
--- a/Makefile
+++ b/Makefile
@@ -3009,6 +3009,11 @@ LIBGRPC_SRC = \
src/core/channel/http_client_filter.c \
src/core/channel/http_server_filter.c \
src/core/channel/noop_filter.c \
+ src/core/client_config/client_config.c \
+ src/core/client_config/lb_policy.c \
+ src/core/client_config/resolver.c \
+ src/core/client_config/subchannel.c \
+ src/core/client_config/subchannel_factory.c \
src/core/compression/algorithm.c \
src/core/compression/message_compress.c \
src/core/debug/trace.c \
@@ -3255,6 +3260,11 @@ LIBGRPC_UNSECURE_SRC = \
src/core/channel/http_client_filter.c \
src/core/channel/http_server_filter.c \
src/core/channel/noop_filter.c \
+ src/core/client_config/client_config.c \
+ src/core/client_config/lb_policy.c \
+ src/core/client_config/resolver.c \
+ src/core/client_config/subchannel.c \
+ src/core/client_config/subchannel_factory.c \
src/core/compression/algorithm.c \
src/core/compression/message_compress.c \
src/core/debug/trace.c \