From 2a4a10c8be92c5ce6314378fc4de163888075279 Mon Sep 17 00:00:00 2001 From: malosek Date: Tue, 8 Sep 2009 14:54:04 +0200 Subject: build system tuning --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4dda619..66cbc3d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,5 +10,9 @@ 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) +if BUILD_PERF +DIR_PERF = perf +endif + +SUBDIRS = src $(DIR_P) $(DIR_R) $(DIR_J) $(DIR_PERF) +DIST_SUBDIRS = src python ruby java perf -- cgit v1.2.3