From 9fe13851e59dd584617cf79822fe4ba2bcb058e3 Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Thu, 5 Aug 2004 10:32:48 +0000 Subject: Use of conditional subdirectories. This permit automake to automaticaly define a correct DIST_SUBDIRS. --- Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a7dcc20a..ba6ef000 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,11 @@ -SUBDIRS = lasso docs @SD_LANG@ tests +if PYTHON_ENABLED + PYTHON_SD = python +endif +if JAVA_ENABLED + JAVA_SD = java +endif + +SUBDIRS = lasso docs $(PYTHON_SD) $(JAVA_SD) tests ABS_BUILDDIR = $(shell pwd) -- cgit