]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
Correction when --with-interp-kernel-only
authorageay <ageay>
Mon, 15 Apr 2013 08:25:23 +0000 (08:25 +0000)
committerageay <ageay>
Mon, 15 Apr 2013 08:25:23 +0000 (08:25 +0000)
src/Makefile.am

index d8f3bdbd2f86afb913570f0fbb2a15b6f2f60000..ecb136ff34ba96336e83dfc7bc7446fb9db122d4 100644 (file)
@@ -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
 
 ###