diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-16 17:07:29 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-16 17:07:29 +0000 |
commit | 1c93ad7d4f0e340eb0275ff8222930f9a321c004 (patch) | |
tree | 1e86e597d5c7f9ebddd02b2553121d7116e4f443 /Makefile.am | |
parent | 67d2a4b4b1eb4fa9b5ac89f8558062762803d012 (diff) |
Recurse into examples before docs - the examples build quicker
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 739c55f68..d22c2e047 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = m4 tools spec telepathy-glib tests docs examples inspector +SUBDIRS = m4 tools spec telepathy-glib tests examples docs DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-debug |