aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-12 16:42:38 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-12 16:42:38 -0700
commitfba6475805eb85e781da0b1428869c72fe751b4e (patch)
tree9538a703c0688ab1b42808db887c77e9f163d596 /grpc.gemspec
parent9fc49c98634bc1b1f5844e670f4bb5e1965be551 (diff)
parenta1b726cdaf7ffee1d91aebc351535b22a6eac047 (diff)
Merge github.com:grpc/grpc into chttp2_timer
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec4
1 files changed, 3 insertions, 1 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 7d16334de1..ab51cc8420 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -1124,8 +1124,10 @@ Gem::Specification.new do |s|
s.files += %w( third_party/cares/cares/config-win32.h )
s.files += %w( third_party/cares/cares/setup_once.h )
s.files += %w( third_party/cares/ares_build.h )
- s.files += %w( third_party/cares/config_linux/ares_config.h )
s.files += %w( third_party/cares/config_darwin/ares_config.h )
+ s.files += %w( third_party/cares/config_freebsd/ares_config.h )
+ s.files += %w( third_party/cares/config_linux/ares_config.h )
+ s.files += %w( third_party/cares/config_openbsd/ares_config.h )
s.files += %w( third_party/cares/cares/ares__close_sockets.c )
s.files += %w( third_party/cares/cares/ares__get_hostent.c )
s.files += %w( third_party/cares/cares/ares__read_line.c )