aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec6
1 files changed, 4 insertions, 2 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 4485b440d6..edf24f8a33 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -204,9 +204,10 @@ Gem::Specification.new do |s|
s.files += %w( src/core/iomgr/closure.h )
s.files += %w( src/core/iomgr/endpoint.h )
s.files += %w( src/core/iomgr/endpoint_pair.h )
+ s.files += %w( src/core/iomgr/ev_poll_and_epoll_posix.h )
+ s.files += %w( src/core/iomgr/ev_posix.h )
s.files += %w( src/core/iomgr/exec_ctx.h )
s.files += %w( src/core/iomgr/executor.h )
- s.files += %w( src/core/iomgr/fd_posix.h )
s.files += %w( src/core/iomgr/iocp_windows.h )
s.files += %w( src/core/iomgr/iomgr.h )
s.files += %w( src/core/iomgr/iomgr_internal.h )
@@ -341,9 +342,10 @@ Gem::Specification.new do |s|
s.files += %w( src/core/iomgr/endpoint.c )
s.files += %w( src/core/iomgr/endpoint_pair_posix.c )
s.files += %w( src/core/iomgr/endpoint_pair_windows.c )
+ s.files += %w( src/core/iomgr/ev_poll_and_epoll_posix.c )
+ s.files += %w( src/core/iomgr/ev_posix.c )
s.files += %w( src/core/iomgr/exec_ctx.c )
s.files += %w( src/core/iomgr/executor.c )
- s.files += %w( src/core/iomgr/fd_posix.c )
s.files += %w( src/core/iomgr/iocp_windows.c )
s.files += %w( src/core/iomgr/iomgr.c )
s.files += %w( src/core/iomgr/iomgr_posix.c )