aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.m4
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-03-15 16:11:05 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-03-15 16:11:05 -0700
commit961353ab6d1b48da74e307f805f45509c4a7de7f (patch)
tree689c350ba11a63aee5411d364c592ae81b7e7884 /config.m4
parentf73e76d59682faa44b382e83c9d36c9664d15c23 (diff)
moved filter to ext
Diffstat (limited to 'config.m4')
-rw-r--r--config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config.m4 b/config.m4
index 9b48890d4c..756108ba3a 100644
--- a/config.m4
+++ b/config.m4
@@ -361,7 +361,7 @@ if test "$PHP_GRPC" != "no"; then
src/core/ext/census/grpc_context.cc \
src/core/ext/filters/max_age/max_age_filter.cc \
src/core/ext/filters/message_size/message_size_filter.cc \
- src/core/lib/channel/client_authority_filter.cc \
+ src/core/ext/filters/http/client_authority_filter.cc \
src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc \
src/core/ext/filters/workarounds/workaround_utils.cc \
src/core/plugin_registry/grpc_plugin_registry.cc \