aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/codegen/extensions/gen_reflection_proto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/codegen/extensions/gen_reflection_proto.sh')
-rwxr-xr-xtools/codegen/extensions/gen_reflection_proto.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/codegen/extensions/gen_reflection_proto.sh b/tools/codegen/extensions/gen_reflection_proto.sh
index de970b9f7f..45a1a9f4ec 100755
--- a/tools/codegen/extensions/gen_reflection_proto.sh
+++ b/tools/codegen/extensions/gen_reflection_proto.sh
@@ -31,9 +31,9 @@
PROTO_DIR="src/proto/grpc/reflection/v1alpha"
PROTO_FILE="reflection"
-HEADER_DIR="extensions/include/grpc++/impl"
-SRC_DIR="extensions/reflection"
-INCLUDE_DIR="grpc++/impl"
+HEADER_DIR="include/grpc++/ext"
+SRC_DIR="src/cpp/ext"
+INCLUDE_DIR="grpc++/ext"
TMP_DIR="tmp"
GRPC_PLUGIN="bins/opt/grpc_cpp_plugin"
PROTOC=third_party/protobuf/src/protoc