Browse Source

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

Nathalie Furmento 14 years ago
parent
commit
4a11b4ef93
1 changed files with 1 additions and 1 deletions
  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