Explorar o código

Makefile.am: compile mpi first as some examples need the MPI library

Nathalie Furmento %!s(int64=14) %!d(string=hai) anos
pai
achega
4a11b4ef93
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -18,10 +18,10 @@ ACLOCAL_AMFLAGS=-I m4
 CLEANFILES = *.gcno *.gcda *.linkinfo
 
 SUBDIRS = src
-SUBDIRS += tools examples tests doc
 if USE_MPI
 SUBDIRS += mpi
 endif
+SUBDIRS += tools examples tests doc
 if COND_OPT
 SUBDIRS += opt
 endif