[folks] build: Reorder DIST_SUBDIRS to match SUBDIRS



commit 04537355224ae5615b2eb3c40c2236702e7473e1
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Jun 20 17:27:50 2013 +0100

    build: Reorder DIST_SUBDIRS to match SUBDIRS
    
    So we don’t encounter problems during `make dist` due to recursing in
    a different order from normal.

 Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 61c8950..a07828e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,11 +16,11 @@ SUBDIRS += docs
 endif
 
 DIST_SUBDIRS = \
-       backends \
-       docs \
        folks \
-       tests \
+       backends \
        tools \
+       tests \
+       docs \
        po \
        $(NULL)
 



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