Просмотр исходного кода

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

Nathalie Furmento лет назад: 14
Родитель
Сommit
4a11b4ef93
1 измененных файлов с 1 добавлено и 1 удалено
  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