From 1f06d99a0f563fdc32e9c00392f9875ba3009593 Mon Sep 17 00:00:00 2001 From: Martin Hurton Date: Mon, 31 Aug 2009 13:11:46 +0200 Subject: Add Java binding --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 15424ff..3055e64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,5 +8,9 @@ if BUILD_RUBY DIR_R = ruby endif -SUBDIRS = src perf $(DIR_P) $(DIR_R) -DIST_SUBDIRS = src perf $(DIR_P) $(DIR_R) +if BUILD_JAVA +DIR_J = java +endif + +SUBDIRS = src perf $(DIR_P) $(DIR_R) $(DIR_J) +DIST_SUBDIRS = src perf $(DIR_P) $(DIR_R) $(DIR_J) -- cgit v1.2.3