summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-02-21 17:43:19 -0500
committerDavid Zeuthen <davidz@redhat.com>2011-02-21 17:43:19 -0500
commita6ecbe8c13238dbd60087843c4e4209c172a63b6 (patch)
tree87cc5b6c9a69461eaaf03b5e00dcf80a45dfde93
parent944f99caa351028799a89532c48794e29e456023 (diff)
Fix 'make distcheck'0.100
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--Makefile.am2
-rw-r--r--NEWS3
2 files changed, 3 insertions, 2 deletions
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.