diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-12-12 16:58:29 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-12-12 16:58:29 +0000 |
commit | 4eeccddeb45897eabc6a88045199fa287429e1ed (patch) | |
tree | 3d8c92398a5d221c936b3198101b77cde3404f69 /Makefile.am | |
parent | 996c1b3e07f6c74aff4299c31f0d71b3226a46a9 (diff) |
Build examples before tests (one of the tests runs an example CM)
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 10a1ab98d..870a4e202 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = m4 tools spec telepathy-glib tests examples docs +SUBDIRS = m4 tools spec telepathy-glib examples tests docs DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-debug |