diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-16 17:07:47 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-16 17:07:47 +0000 |
commit | 941cd3ebb22a82c10946a73e45a5804055c79bd9 (patch) | |
tree | 023a7cfcfab9c38195fa6f8a15afd2d1fb3974b9 /Makefile.am | |
parent | 8791cc7522bc1e6d27f58b4651fa602c1cac8be8 (diff) |
Conditionally recurse into inspector/
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 10a1ab98d..2ac917773 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,10 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = m4 tools spec telepathy-glib tests examples docs +if ENABLE_INSPECTOR +SUBDIRS += inspector +endif + DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-debug EXTRA_DIST = \ |