PolicyKit: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Mon Feb 21 14:43:25 PST 2011


 Makefile.am |    2 +-
 NEWS        |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit a6ecbe8c13238dbd60087843c4e4209c172a63b6
Author: David Zeuthen <davidz at redhat.com>
Date:   Mon Feb 21 17:43:19 2011 -0500

    Fix 'make distcheck'
    
    Signed-off-by: David Zeuthen <davidz at redhat.com>

diff --git a/Makefile.am b/Makefile.am
index 6516385..13f641f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@ EXTRA_DIST = 			\
 	$(NULL)
 
 # xsltproc barfs on 'make distcheck'; disable for now
-DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages --disable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages --disable-gtk-doc --disable-introspection
 
 clean-local :
 	rm -f *~
diff --git a/NEWS b/NEWS
index 035f660..2727f16 100644
--- a/NEWS
+++ b/NEWS
@@ -16,7 +16,7 @@ Build requirements
 
 Changes since PolicyKit 0.99:
 
-David Zeuthen (11):
+David Zeuthen (12):
       Post-release version bump to 0.100
       Add missing GObject Introspection annotations
       Build gir/typelib for PolkitAgent-1.0
@@ -28,6 +28,7 @@ David Zeuthen (11):
       Add a note about POLKIT_DEBUG
       Pass caller and subject pid to authentication agent
       Update NEWS for release
+      Fix 'make distcheck'
 
 Thanks to our contributors.
 


More information about the hal-commit mailing list