]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Little error. StartCleaningMEDPart
authorageay <ageay>
Tue, 13 Mar 2012 14:49:05 +0000 (14:49 +0000)
committerageay <ageay>
Tue, 13 Mar 2012 14:49:05 +0000 (14:49 +0000)
src/MEDPartitioner/Makefile.am

index aefe7525f48e54b78082bae76da856ace7a9e6a1..8b5fbf268d366a886e3c633a955b7433e04da56a 100644 (file)
@@ -103,7 +103,8 @@ libmedpartitioner_la_LDFLAGS += $(MED3_LIBS_C_ONLY) $(HDF5_LIBS) $(STDLIB) $(LIB
 if MPI_IS_OK
   bin_PROGRAMS = medpartitioner_para
   dist_medpartitioner_para_SOURCES = medpartitioner_para.cxx
-  medpartitioner_para_CPPFLAGS = $(MPI_INCLUDES) $(PARMETIS_CPPFLAGS) $(SCOTCH_CPPFLAGS)
+  medpartitioner_para_CPPFLAGS = -I$(srcdir)/../INTERP_KERNEL/Bases -I$(srcdir)/../MEDCoupling \
+       -I$(srcdir)/../MEDLoader -I$(srcdir)/../INTERP_KERNEL $(MPI_INCLUDES) $(PARMETIS_CPPFLAGS)
   medpartitioner_para_LDADD = libmedpartitioner.la
 endif