소스 검색

Makefile.am: change subdirs order

Nathalie Furmento 12 년 전
부모
커밋
9cde6c6832
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      Makefile.am

+ 4 - 4
Makefile.am

@@ -20,6 +20,10 @@ CLEANFILES = *.gcno *.gcda *.linkinfo
 SUBDIRS = src
 SUBDIRS += tools tests doc
 
+if BUILD_EXAMPLES
+SUBDIRS += examples
+endif
+
 if USE_MPI
 SUBDIRS += mpi
 endif
@@ -28,10 +32,6 @@ if BUILD_SOCL
 SUBDIRS += socl
 endif
 
-if BUILD_EXAMPLES
-SUBDIRS += examples
-endif
-
 if BUILD_GCC_PLUGIN
 SUBDIRS += gcc-plugin
 endif