summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--doc/api/tmpl/libpolkit.sgml2
-rw-r--r--polkit.pc.in2
3 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f4fddf2..772f95d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
2006-03-07 David Zeuthen <davidz@redhat.com>
+ * polkit.pc.in (Libs): s/-llibpolkit/-lpolkit/
+
+2006-03-07 David Zeuthen <davidz@redhat.com>
+
Initial check-in of PolicyKit
diff --git a/doc/api/tmpl/libpolkit.sgml b/doc/api/tmpl/libpolkit.sgml
index fda56c4..55a239a 100644
--- a/doc/api/tmpl/libpolkit.sgml
+++ b/doc/api/tmpl/libpolkit.sgml
@@ -9,13 +9,11 @@ libpolkit
</para>
-
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
-
<!-- ##### SECTION Stability_Level ##### -->
diff --git a/polkit.pc.in b/polkit.pc.in
index 4385be8..369b5d7 100644
--- a/polkit.pc.in
+++ b/polkit.pc.in
@@ -7,5 +7,5 @@ Name: libpolkit
Description: library for querying and setting system-wide policy
Version: @VERSION@
Requires: glib-2.0
-Libs: -L${libdir} -llibpolkit
+Libs: -L${libdir} -lpolkit
Cflags: -I${includedir}/polkit