summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-09-14 16:35:45 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-09-14 16:43:05 +0100
commita88454df97f01403e47e86476f28688822999a3a (patch)
treea59e6e7d87b9fb2b302de122513223bb0540627f /Makefile.am
parenta8f8fe143dc55998a0ea254d4d80b2123d905cd1 (diff)
Makefile.am: explicitly disable gnome-keyring support in distcheck
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 30bc1d2a..4fd84a41 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