From 6fcdc5fa69ea44d38e5505c23a6e9645efd35027 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 3 Dec 2009 10:14:07 +0100 Subject: common lisp binding & perf tests added --- 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 77b4ec2..08e3659 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -10,6 +10,10 @@ if BUILD_RUBY DIR_R = ruby endif -SUBDIRS = $(DIR_J) $(DIR_P) $(DIR_R) -DIST_SUBDIRS = java python ruby +if BUILD_CL +DIR_R = cl +endif + +SUBDIRS = $(DIR_J) $(DIR_P) $(DIR_R) $(DIR_CL) +DIST_SUBDIRS = java python ruby cl -- cgit v1.2.3