aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile5
-rw-r--r--templates/Makefile.template5
2 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c89ddfbb5b..197142b9ba 100644
--- a/Makefile
+++ b/Makefile
@@ -2847,6 +2847,11 @@ install-plugins: $(PROTOC_PLUGINS)
$(Q) $(INSTALL) -d $(prefix)/bin
$(Q) $(INSTALL) $(BINDIR)/$(CONFIG)/grpc_ruby_plugin $(prefix)/bin/grpc_ruby_plugin
+install-grpc-cli: grpc_cli
+ $(E) "[INSTALL] Installing grpc cli"
+ $(Q) $(INSTALL) -d $(prefix)/bin
+ $(Q) $(INSTALL) $(BINDIR)/$(CONFIG)/grpc_cli $(prefix)/bin/grpc_cli
+
install-pkg-config_c: pc_c pc_c_unsecure
$(E) "[INSTALL] Installing C pkg-config files"
$(Q) $(INSTALL) -d $(prefix)/lib/pkgconfig
diff --git a/templates/Makefile.template b/templates/Makefile.template
index b8e26b646b..390847b4f2 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -1378,6 +1378,11 @@
% endif
% endfor
+ install-grpc-cli: grpc_cli
+ $(E) "[INSTALL] Installing grpc cli"
+ $(Q) $(INSTALL) -d $(prefix)/bin
+ $(Q) $(INSTALL) $(BINDIR)/$(CONFIG)/grpc_cli $(prefix)/bin/grpc_cli
+
install-pkg-config_c: pc_c pc_c_unsecure
$(E) "[INSTALL] Installing C pkg-config files"
$(Q) $(INSTALL) -d $(prefix)/lib/pkgconfig