From 96c01032e11246670ad9eea1643e95fb3412f335 Mon Sep 17 00:00:00 2001 From: ageay Date: Tue, 13 Mar 2012 14:49:05 +0000 Subject: [PATCH] Little error. --- src/MEDPartitioner/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2