[telepathy-mission-control/master] Makefile.am: explicitly disable gnome-keyring support in distcheck
Simon McVittie
simon.mcvittie at collabora.co.uk
Mon Sep 14 08:35:45 PDT 2009
The rationale is the same as disabling debug when distchecking
telepathy-glib - we expect most developers to be using the "enable" code
path, so we should test the "disable" code path at least sometimes.
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 30bc1d2..4fd84a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@ if ENABLE_PLUGINS
pkgconfig_DATA += mission-control.pc
endif
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-gnome-keyring
include tools/lcov.am
include tools/telepathy.am
--
1.5.6.5
More information about the telepathy-commits
mailing list