hal: Branch 'master'

Richard Hughes hughsient at kemper.freedesktop.org
Wed Nov 1 05:05:30 PST 2006


 Makefile.am |    2 ++
 1 files changed, 2 insertions(+)

New commits:
diff-tree dc1d6286d49990a4226cb917c821d26e1e15a97a (from 8ffd9707244b28a14d3756ddec8f73b0401dd1c0)
Author: Richard Hughes <hughsie at hughsie-laptop.(none)>
Date:   Wed Nov 1 13:05:21 2006 +0000

    allow build without PolicyKit
    
    This patch lets make distcheck work by passing the
    --disable-policy-kit falg to configure ONLY when doing
    make distcheck.

diff --git a/Makefile.am b/Makefile.am
index 16968d2..4af0d42 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,6 +33,8 @@ $(srcdir)/ChangeLog:
 
 DISTCLEANFILES = hal.pc hal-storage.pc intltool-extract intltool-merge intltool-update
 
+DISTCHECK_CONFIGURE_FLAGS = --disable-policy-kit
+
 EXTRA_DIST = HACKING hal.pc.in hal-storage.pc.in hal.conf.in intltool-extract.in intltool-merge.in intltool-update.in mkinstalldirs ChangeLog
 
 clean-local :


More information about the hal-commit mailing list