From: ageay Date: Mon, 15 Apr 2013 08:25:23 +0000 (+0000) Subject: Correction when --with-interp-kernel-only X-Git-Tag: B4Mrg1804~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=39f822cb27f300bf8386138ca256a9f9d2f19e2e;p=modules%2Fmed.git Correction when --with-interp-kernel-only --- diff --git a/src/Makefile.am b/src/Makefile.am index d8f3bdbd2..ecb136ff3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,12 +29,13 @@ COMMON_SUBDIRS = INTERP_KERNEL MEDCoupling # Unitary tests for INTERP_KERNEL ### +if MED_ENABLE_MED3 + COMMON_SUBDIRS += MEDLoader + if CPPUNIT_IS_OK INTERPTEST_SUBDIRS = INTERP_KERNELTest endif -if MED_ENABLE_MED3 - COMMON_SUBDIRS += MEDLoader endif ###