From 426fedfb9daefa71c7938ee49c14bf2a0d5ec7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20=E2=80=98Touky=E2=80=99=20Huet?= Date: Thu, 10 Oct 2013 15:43:06 +0000 Subject: [PATCH] Moved games build after demo (because tutorial) and abuse at the end, because it always breaks on non-basic-linux builds. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7322d1ab..79fc699f 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 test tools games demos people doc +SUBDIRS = build src test tools demos games people doc DIST_SUBDIRS = $(SUBDIRS) binaries EXTRA_DIST += bootstrap COPYING TODO