aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2014-12-09 17:27:54 -0800
committerJoshua Haberman <jhaberman@gmail.com>2014-12-09 17:27:54 -0800
commit261fe97a63316a4a4918afcaa6c8c0f4b0da45fc (patch)
treeda0022d2cbe3a0700c02765a02e1be5a8b0c4f30 /Makefile.am
parenta0d9c59a7604139401cab78a27542b23f5724c19 (diff)
parent973f425725f1cc18211992792f2aed83d3d73831 (diff)
downloadprotobuf-261fe97a63316a4a4918afcaa6c8c0f4b0da45fc.tar.gz
protobuf-261fe97a63316a4a4918afcaa6c8c0f4b0da45fc.tar.bz2
protobuf-261fe97a63316a4a4918afcaa6c8c0f4b0da45fc.zip
Merge pull request #121 from cfallin/master
Provide a Ruby extension.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6bda5157..292b8725 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -238,7 +238,18 @@ python_EXTRA_DIST= \
python/stubout.py \
python/README.txt
-all_EXTRA_DIST=$(java_EXTRA_DIST) $(python_EXTRA_DIST)
+ruby_EXTRA_DIST= \
+ ruby/ext/defs.c \
+ ruby/ext/encode_decode.c \
+ ruby/ext/extconf.rb \
+ ruby/ext/message.c \
+ ruby/ext/protobuf.c \
+ ruby/ext/protobuf.h \
+ ruby/ext/repeated_field.c \
+ ruby/ext/storage.c \
+ ruby/ext/test.rb
+
+all_EXTRA_DIST=$(java_EXTRA_DIST) $(python_EXTRA_DIST) $(ruby_EXTRA_DIST)
EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \
autogen.sh \