From 1d650934e477be32db9a3c64de077deed0416689 Mon Sep 17 00:00:00 2001 From: tamara Date: Sat, 29 Aug 2009 11:31:32 +0200 Subject: Ruby bidning added --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ac934d6..715543c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,5 +5,9 @@ if BUILD_PYTHON DIR_P = python endif -SUBDIRS = src examples $(DIR_P) -DIST_SUBDIRS = src examples $(DIR_P) +if BUILD_RUBY +DIR_R = ruby +endif + +SUBDIRS = src examples $(DIR_P) $(DIR_R) +DIST_SUBDIRS = src examples $(DIR_P) $(DIR_R) -- cgit v1.2.3