aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Hongyu Chen <hongyu@google.com>2015-08-19 16:58:12 -0700
committerGravatar Hongyu Chen <hongyu@google.com>2015-08-19 16:58:12 -0700
commitfdc1dc744baa194f220a5d103ca73dde290c7d4b (patch)
treefbb21604fe194ff89b12ce88fb3cf9fa982e6c3f /Makefile
parent58c927cede72cfdda7bf4173b09e8313f954412d (diff)
Move census_filters from .../channel to .../census
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aabf1bbd04..995a4954e4 100644
--- a/Makefile
+++ b/Makefile
@@ -3976,8 +3976,8 @@ LIBGRPC_SRC = \
src/core/tsi/fake_transport_security.c \
src/core/tsi/ssl_transport_security.c \
src/core/tsi/transport_security.c \
+ src/core/census/census_filter.c \
src/core/census/grpc_context.c \
- src/core/channel/census_filter.c \
src/core/channel/channel_args.c \
src/core/channel/channel_stack.c \
src/core/channel/client_channel.c \
@@ -4249,8 +4249,8 @@ endif
LIBGRPC_UNSECURE_SRC = \
src/core/surface/init_unsecure.c \
+ src/core/census/census_filter.c \
src/core/census/grpc_context.c \
- src/core/channel/census_filter.c \
src/core/channel/channel_args.c \
src/core/channel/channel_stack.c \
src/core/channel/client_channel.c \