Skip to content

Commit

Permalink
Add missing C source files
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 18, 2017
1 parent 7bc4382 commit 860a1ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions red-arrow-nmatrix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Gem::Specification.new do |spec|
spec.files = ["README.md", "Rakefile", "Gemfile", "#{spec.name}.gemspec"]
spec.files += [".yardopts"]
spec.files += Dir.glob("lib/**/*.rb")
spec.files += Dir.glob("ext/**/*.c")
spec.files += Dir.glob("doc/text/*")
spec.extensions = ["ext/arrow-nmatrix/extconf.rb"]
spec.test_files += Dir.glob("test/**/*")
Expand Down

0 comments on commit 860a1ed

Please sign in to comment.