From 1a655045951c29edda0b616640b9dac507cda164 Mon Sep 17 00:00:00 2001 From: malosek Date: Wed, 16 Sep 2009 17:06:59 +0200 Subject: ruby directory moved into bindings dir --- bindings/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bindings/Makefile.am') 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 -- cgit v1.2.3