From: vbd Date: Fri, 18 Apr 2008 08:28:42 +0000 (+0000) Subject: taking into account INTERP_KERNEL/Geometric2D X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c580a7c5a0223dc2e2f8ed4434959a55af3f5c76;p=tools%2Fmedcoupling.git taking into account INTERP_KERNEL/Geometric2D --- diff --git a/src/ParaMEDMEM/Makefile.am b/src/ParaMEDMEM/Makefile.am index bb1310d04..efa076ae0 100644 --- a/src/ParaMEDMEM/Makefile.am +++ b/src/ParaMEDMEM/Makefile.am @@ -91,6 +91,7 @@ LinearTimeInterpolator.cxx libparamedmem_la_CPPFLAGS= $(MED2_INCLUDES) $(HDF5_INCLUDES) $(MPI_INCLUDES) @CXXTMPDPTHFLAGS@ \ -I$(srcdir)/../MEDWrapper/Base \ -I$(srcdir)/../MEDWrapper/V2_1/Core -I$(srcdir)/../INTERP_KERNEL \ + -I$(srcdir)/../INTERP_KERNEL/Geometric2D \ -I$(srcdir)/../MEDMEM # change motivated by the bug KERNEL4778. diff --git a/src/ParaMEDMEM/Test/Makefile.am b/src/ParaMEDMEM/Test/Makefile.am index 8488a08ab..30bc30b24 100644 --- a/src/ParaMEDMEM/Test/Makefile.am +++ b/src/ParaMEDMEM/Test/Makefile.am @@ -64,6 +64,7 @@ libParaMEDMEMTest_la_CPPFLAGS= @CPPUNIT_INCLUDES@ $(MED2_INCLUDES) \ $(MPI_INCLUDES) $(HDF5_INCLUDES) \ -I$(srcdir)/../../MEDMEM -I$(srcdir)/../../MEDWrapper/V2_1/Core \ -I$(srcdir)/../../INTERP_KERNEL \ + -I$(srcdir)/../../INTERP_KERNEL/Geometric2D \ -I$(srcdir)/../../ParaMEDMEM libParaMEDMEMTest_la_LDFLAGS= @CPPUNIT_LIBS@ $(MPI_LIBS)