diff options
author | Feng Xiao <xfxyjwf@gmail.com> | 2018-05-22 12:59:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-22 12:59:53 -0700 |
commit | ce57cccef913681c4a2de1c7703a29135df38ba8 (patch) | |
tree | 058592335a2ac3fab9c2971b33604121a8cb86b9 | |
parent | 7306f549bf913c301fb141796b24c5bb7b0ed53a (diff) | |
parent | 090fe398efa05e0e76ae2ce9fcd659848c9b1c3b (diff) |
Merge pull request #4663 from TeBoring/ruby-distcheck
Add missing ruby/tests/test_ruby_package.proto
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2ad619a7..281b909f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -904,6 +904,7 @@ ruby_EXTRA_DIST= \ ruby/tests/stress.rb \ ruby/tests/generated_code.proto \ ruby/tests/test_import.proto \ + ruby/tests/test_ruby_package.proto \ ruby/tests/generated_code_test.rb \ ruby/tests/well_known_types_test.rb \ ruby/travis-test.sh |