Browse Source

examples/stencil/Makefile.am: update w.r.t to new mpi Makefile.am

Nathalie Furmento 12 years ago
parent
commit
e3310a8401
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/stencil/Makefile.am

+ 1 - 1
examples/stencil/Makefile.am

@@ -19,7 +19,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include/ -I$(top_srcdir)/examples/ -I$(top_builddi
 AM_LDFLAGS = $(STARPU_CUDA_LDFLAGS) $(STARPU_OPENCL_LDFLAGS)
 
 if USE_MPI
-LIBS += $(top_builddir)/mpi/libstarpumpi-@STARPU_EFFECTIVE_VERSION@.la
+LIBS += $(top_builddir)/mpi/src/libstarpumpi-@STARPU_EFFECTIVE_VERSION@.la
 AM_CPPFLAGS += -I$(top_srcdir)/mpi/include
 endif