From 941cd3ebb22a82c10946a73e45a5804055c79bd9 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 16 Nov 2007 17:07:47 +0000 Subject: Conditionally recurse into inspector/ 20071116170747-53eee-ce3f9b8e4acbccabecc9ccb12546b96d6087db4d.gz --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') 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 = \ -- cgit v1.2.1