From: ageay Date: Tue, 13 Mar 2012 14:49:05 +0000 (+0000) Subject: Little error. X-Git-Tag: StartCleaningMEDPart X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b14286e18dc8d6e69e40fccaf2178cc4a18b55cc;p=tools%2Fmedcoupling.git Little error. --- diff --git a/src/MEDPartitioner/Makefile.am b/src/MEDPartitioner/Makefile.am index aefe7525f..8b5fbf268 100644 --- a/src/MEDPartitioner/Makefile.am +++ b/src/MEDPartitioner/Makefile.am @@ -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