Sfoglia il codice sorgente

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

Nathalie Furmento 14 anni fa
parent
commit
4a11b4ef93
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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