All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] Allow distcheck to work without bluetooth
@ 2011-01-19 10:31 =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
  2011-01-19 13:20 ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont @ 2011-01-19 10:31 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 500 bytes --]

---
 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c1c34ca..e93076a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -550,6 +550,9 @@ gatchat_test_qcdm_LDADD = @GLIB_LIBS@
 
 
 DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles
+if !BLUETOOTH
+DISTCHECK_CONFIGURE_FLAGS += --disable-bluetooth
+endif
 
 MAINTAINERCLEANFILES = Makefile.in \
 	aclocal.m4 configure config.h.in config.sub config.guess \
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-01-20  9:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-19 10:31 [PATCH 2/2] Allow distcheck to work without bluetooth =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2011-01-19 13:20 ` Marcel Holtmann
2011-01-19 13:29   ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2011-01-19 14:36     ` Marcel Holtmann
2011-01-20  8:25       ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2011-01-20  9:31         ` Marcel Holtmann
2011-01-20  9:52           ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.