瀏覽代碼

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

Nathalie Furmento 14 年之前
父節點
當前提交
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