From dd80cea460847c4e5c481a9dda5093565ab6da78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Ribes?= Date: Thu, 17 Jun 2010 10:49:57 +0200 Subject: [PATCH] Bug quand pas de salome --- Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ab24f24..6f72f7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,11 @@ include $(top_srcdir)/adm_local/make_common_starter.am -SUBDIRS = idl resources src bin +SUBDIRS = src + +if SALOME_MODULE +SUBDIRS += idl resources bin +endif + if SPHINX_IS_OK SUBDIRS += doc endif -- 2.39.2