Commit e7d562a2 authored by Feng Xiao's avatar Feng Xiao

Update ruby DIST_FILES.

parent 0c7f6241
...@@ -240,15 +240,22 @@ python_EXTRA_DIST= \ ...@@ -240,15 +240,22 @@ python_EXTRA_DIST= \
python/README.txt python/README.txt
ruby_EXTRA_DIST= \ ruby_EXTRA_DIST= \
ruby/ext/defs.c \ ruby/README.md \
ruby/ext/encode_decode.c \ ruby/Rakefile \
ruby/ext/extconf.rb \ ruby/ext/google/protobuf_c/defs.c \
ruby/ext/message.c \ ruby/ext/google/protobuf_c/encode_decode.c \
ruby/ext/protobuf.c \ ruby/ext/google/protobuf_c/extconf.rb \
ruby/ext/protobuf.h \ ruby/ext/google/protobuf_c/message.c \
ruby/ext/repeated_field.c \ ruby/ext/google/protobuf_c/protobuf.c \
ruby/ext/storage.c \ ruby/ext/google/protobuf_c/protobuf.h \
ruby/ext/test.rb ruby/ext/google/protobuf_c/repeated_field.c \
ruby/ext/google/protobuf_c/storage.c \
ruby/ext/google/protobuf_c/upb.c \
ruby/ext/google/protobuf_c/upb.h \
ruby/google-protobuf.gemspec \
ruby/lib/google/protobuf.rb \
ruby/tests/basic.rb \
ruby/tests/stress.rb
all_EXTRA_DIST=$(java_EXTRA_DIST) $(python_EXTRA_DIST) $(ruby_EXTRA_DIST) all_EXTRA_DIST=$(java_EXTRA_DIST) $(python_EXTRA_DIST) $(ruby_EXTRA_DIST)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment