diff options
author | Hongyu Chen <hongyu@google.com> | 2015-08-19 16:58:12 -0700 |
---|---|---|
committer | Hongyu Chen <hongyu@google.com> | 2015-08-19 16:58:12 -0700 |
commit | fdc1dc744baa194f220a5d103ca73dde290c7d4b (patch) | |
tree | fbb21604fe194ff89b12ce88fb3cf9fa982e6c3f /Makefile | |
parent | 58c927cede72cfdda7bf4173b09e8313f954412d (diff) |
Move census_filters from .../channel to .../census
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |