소스 검색

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