From: mpv Date: Mon, 5 Mar 2007 12:17:54 +0000 (+0000) Subject: MPV: fix of CPPUNITs tests enable/disable problem X-Git-Tag: V4_0a2~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bb2e807d7879b7ded2e3d6edf09323c297d798e5;p=modules%2Fgui.git MPV: fix of CPPUNITs tests enable/disable problem --- diff --git a/src/SalomeApp/Makefile.am b/src/SalomeApp/Makefile.am index 87d7cf23c..7fe6176f6 100755 --- a/src/SalomeApp/Makefile.am +++ b/src/SalomeApp/Makefile.am @@ -23,7 +23,11 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am -SUBDIRS=Test +if CPPUNIT_IS_OK +if GUI_ENABLE_CORBA + SUBDIRS=Test +endif +endif lib_LTLIBRARIES= libSalomeApp.la