Parcourir la source

Makefile.am: change orders of sub-directories

Nathalie Furmento il y a 14 ans
Parent
commit
2a7db91a25
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Makefile.am

+ 2 - 2
Makefile.am

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