diff options
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-x | grpc.gemspec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 47b66ae535..909cb89acc 100755 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -74,6 +74,9 @@ Gem::Specification.new do |s| s.files += %w( include/grpc/support/tls_msvc.h ) s.files += %w( include/grpc/support/tls_pthread.h ) s.files += %w( include/grpc/support/useful.h ) + s.files += %w( include/grpc/impl/codegen/connectivity_state.h ) + s.files += %w( include/grpc/impl/codegen/port_platform.h ) + s.files += %w( include/grpc/impl/codegen/time.h ) s.files += %w( src/core/profiling/timers.h ) s.files += %w( src/core/support/block_annotate.h ) s.files += %w( src/core/support/env.h ) |