aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChris Fallin <cfallin@google.com>2015-01-14 16:45:47 -0800
committerChris Fallin <cfallin@google.com>2015-01-14 16:46:10 -0800
commitb0670ddae761914515850c1a2db90dfb374a75ea (patch)
treede7a70b6d749b70d1abb8edec575e287788b14be /Makefile.am
parent3f3820d8f8b5c0b67aadc25ad5a2e728b6a3fe79 (diff)
downloadprotobuf-b0670ddae761914515850c1a2db90dfb374a75ea.tar.gz
protobuf-b0670ddae761914515850c1a2db90dfb374a75ea.tar.bz2
protobuf-b0670ddae761914515850c1a2db90dfb374a75ea.zip
Fix golden-file Ruby test to work with out-of-tree builds.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 566b2850..1e11e371 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -245,6 +245,7 @@ ruby_EXTRA_DIST= \
ruby/ext/google/protobuf_c/defs.c \
ruby/ext/google/protobuf_c/encode_decode.c \
ruby/ext/google/protobuf_c/extconf.rb \
+ ruby/ext/google/protobuf_c/map.c \
ruby/ext/google/protobuf_c/message.c \
ruby/ext/google/protobuf_c/protobuf.c \
ruby/ext/google/protobuf_c/protobuf.h \
@@ -255,7 +256,10 @@ ruby_EXTRA_DIST= \
ruby/google-protobuf.gemspec \
ruby/lib/google/protobuf.rb \
ruby/tests/basic.rb \
- ruby/tests/stress.rb
+ ruby/tests/stress.rb \
+ ruby/tests/generated_code.proto \
+ ruby/tests/generated_code.rb \
+ ruby/tests/generated_code_test.rb
all_EXTRA_DIST=$(java_EXTRA_DIST) $(python_EXTRA_DIST) $(ruby_EXTRA_DIST)