소스 검색

Makefile.am: mpi must be built before examples

Nathalie Furmento 14 년 전
부모
커밋
8dd971623a
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      Makefile.am

+ 3 - 1
Makefile.am

@@ -18,7 +18,7 @@ ACLOCAL_AMFLAGS=-I m4
 CLEANFILES = *.gcno *.gcda *.linkinfo
 
 SUBDIRS = src
-SUBDIRS += tools tests examples doc
+SUBDIRS += tools tests doc
 
 if USE_MPI
 SUBDIRS += mpi
@@ -28,6 +28,8 @@ if BUILD_SOCL
 SUBDIRS += socl
 endif
 
+SUBDIRS += examples
+
 if COND_OPT
 SUBDIRS += tests/opt examples/opt
 endif