From: nge Date: Tue, 20 Oct 2009 08:58:09 +0000 (+0000) Subject: Reactivate Compilation possible without GUI X-Git-Tag: RELIQUAT_5x_30102009~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=701abd42259bb247a821aa0c5a8c61aa9c51c117;p=modules%2Fmultipr.git Reactivate Compilation possible without GUI --- diff --git a/src/Makefile.am b/src/Makefile.am index 494ec9c..44a12f5 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,8 +25,9 @@ # include $(top_srcdir)/adm_local/unix/make_common_starter.am -SUBDIRS = MULTIPR MULTIPRGUI +SUBDIRS = MULTIPR + +if MULTIPR_ENABLE_GUI + SUBDIRS += MULTIPRGUI +endif -#if MULTIPR_ENABLE_GUI -# SUBDIRS += MULTIPRGUI -#endif