From c310dbbc722c5de412dff71dcc55649db6379683 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 6 May 2011 18:21:00 +0100 Subject: [PATCH] build: Make sure to build examples, doc and po last It seems more natural to compile examples after optional libraries as you could have an example illustrating one of those libraries. Build the docs and po files at the end too, trying to group the compilation of C files together. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index af075fb11..ed547d055 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,11 @@ -SUBDIRS = cogl examples doc po +SUBDIRS = cogl if BUILD_COGL_PANGO SUBDIRS += cogl-pango endif +SUBDIRS += examples doc po + ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS} EXTRA_DIST = README.in