summaryrefslogtreecommitdiff
path: root/bindings/Makefile.am
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-16 17:06:59 +0200
committermalosek <malosek@fastmq.com>2009-09-16 17:06:59 +0200
commit1a655045951c29edda0b616640b9dac507cda164 (patch)
tree6cd013eda2331cd5a19e3cd19d14f35b997f3a7d /bindings/Makefile.am
parentc63387ca3657848c0eaa8014a863148c1e6525ff (diff)
ruby directory moved into bindings dir
Diffstat (limited to 'bindings/Makefile.am')
-rw-r--r--bindings/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index 2b877ed..77b4ec2 100644
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
@@ -6,6 +6,10 @@ if BUILD_PYTHON
DIR_P = python
endif
-SUBDIRS = $(DIR_J) $(DIR_P)
-DIST_SUBDIRS = java python
+if BUILD_RUBY
+DIR_R = ruby
+endif
+
+SUBDIRS = $(DIR_J) $(DIR_P) $(DIR_R)
+DIST_SUBDIRS = java python ruby