Explorar o código

Makefile.am: change subdirs order

Nathalie Furmento %!s(int64=12) %!d(string=hai) anos
pai
achega
9cde6c6832
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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