From: André Ribes Date: Thu, 17 Jun 2010 08:49:57 +0000 (+0200) Subject: Bug quand pas de salome X-Git-Tag: V6_4_0rc3~135 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dd80cea460847c4e5c481a9dda5093565ab6da78;p=modules%2Fadao.git Bug quand pas de salome --- 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