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.
This commit is contained in:
parent
d093c1b389
commit
c310dbbc72
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue