From: Philip Withnall Date: Thu, 20 Jun 2013 16:27:50 +0000 (+0100) Subject: build: Reorder DIST_SUBDIRS to match SUBDIRS X-Git-Tag: FOLKS_0_9_4~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04537355224ae5615b2eb3c40c2236702e7473e1;p=platform%2Fupstream%2Ffolks.git 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. --- 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)