From 14811d9cd19f860a071883152c0aa0b9786b141f Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 18 Feb 2015 16:31:12 +0000 Subject: [PATCH] build: reorder some project build dependencies. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9cfefbcd..d3f2bff7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/build/autotools/common.am # Put "people" at the end because they're more likely to break builds. -SUBDIRS = build src tools demos games people doc +SUBDIRS = build src tools demos games doc people DIST_SUBDIRS = $(SUBDIRS) binaries EXTRA_DIST += bootstrap COPYING TODO