[devhelp] build: better top-level SUBDIRS order



commit 7c8bec57755655ea0a9375f78e95e33d014a12eb
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Jan 17 18:22:48 2018 +0100

    build: better top-level SUBDIRS order
    
    When I ran `make check`, I needed to scroll up to see the unit tests
    results. So have the unit-tests more towards the end.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2f627bf..6310c75 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = po src unit-tests data plugins docs
+SUBDIRS = data plugins po src unit-tests docs
 
 AM_DISTCHECK_CONFIGURE_FLAGS = \
        --enable-gtk-doc        \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]