From 39f822cb27f300bf8386138ca256a9f9d2f19e2e Mon Sep 17 00:00:00 2001 From: ageay Date: Mon, 15 Apr 2013 08:25:23 +0000 Subject: [PATCH] Correction when --with-interp-kernel-only --- src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ### -- 2.39.2