Pārlūkot izejas kodu

Makefile.am: fix subdirs orders (mpi needs to be compiled before examples)

Nathalie Furmento 12 gadi atpakaļ
vecāks
revīzija
7a78e2537d
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4 4
      Makefile.am

+ 4 - 4
Makefile.am

@@ -20,14 +20,14 @@ CLEANFILES = *.gcno *.gcda *.linkinfo
 SUBDIRS = src
 SUBDIRS = src
 SUBDIRS += tools tests doc
 SUBDIRS += tools tests doc
 
 
-if BUILD_EXAMPLES
-SUBDIRS += examples
-endif
-
 if USE_MPI
 if USE_MPI
 SUBDIRS += mpi
 SUBDIRS += mpi
 endif
 endif
 
 
+if BUILD_EXAMPLES
+SUBDIRS += examples
+endif
+
 if BUILD_SOCL
 if BUILD_SOCL
 SUBDIRS += socl
 SUBDIRS += socl
 endif
 endif