commit | dbc0caf30efe6aa1d628c9c9acea0960ca3a991d | [log] [tgz] |
---|---|---|
author | murgatroid99 <mlumish@google.com> | Wed Jul 01 12:59:49 2015 -0700 |
committer | murgatroid99 <mlumish@google.com> | Wed Jul 01 12:59:49 2015 -0700 |
tree | 0414004f79f4dde428e3d7eff8f48a5d33fd3392 | |
parent | c34a3a6e60c73a3e1ca28b40a0f9cd89d093c4bd [diff] [blame] |
Fixed gpr name in .pc file
diff --git a/templates/Makefile.template b/templates/Makefile.template index 2a2f696..34f1a3f 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template
@@ -361,8 +361,8 @@ Libs.private: $(PC_LIBS_PRIVATE) # gpr .pc file -PC_NAME = Google Public Runtime -PC_DESCRIPTION = Google Public Runtime +PC_NAME = gRPC Portable Runtime +PC_DESCRIPTION = gRPC Portable Runtime PC_CFLAGS = -pthread PC_REQUIRES_PRIVATE = PC_LIBS_PRIVATE = -lpthread