Salome HOME
MEDMEM suppression
[modules/med.git] / src / INTERP_KERNELTest / Makefile.am
index 547bcfa3515d8f021e9e0337b8ec8f4c264768e1..4e50f6efb623d0e6d78332f39ad9b5ffef7add82 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2013  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -25,8 +25,7 @@ lib_LTLIBRARIES = libInterpKernelTest.la
 UNUSED_FILES =                               \
        Interpolation3DTest.cxx              \
        Interpolation3DTest.hxx              \
-       MultiElement3DSurfTests.hxx          \
-       TestingUtils.hxx
+       MultiElement3DSurfTests.hxx
 
 EXTRA_DIST +=                                \
        perf_test.sh                         \
@@ -94,10 +93,11 @@ if !MED_ENABLE_MICROMED
    libInterpKernelTest_la_CPPFLAGS +=            \
        -DDISABLE_MICROMED                       \
        $(MED3_INCLUDES) $(HDF5_INCLUDES)        \
-       -I$(srcdir)/../MEDMEM
+       -I$(srcdir)/../MEDLoader                 \
+       -I$(srcdir)/../MEDCoupling
 
    libInterpKernelTest_la_LDFLAGS +=             \
-       ../MEDMEM/libmedmem.la -lm 
+       ../MEDLoader/libmedloader.la ../MEDCoupling/libmedcoupling.la -lm 
 endif
 
 if MED_ENABLE_KERNEL