Browse Source

Makefile.am: mpi must be built before examples

Nathalie Furmento 14 years ago
parent
commit
8dd971623a
1 changed files with 3 additions and 1 deletions
  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