summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <david@fubar.dk>2006-03-08 02:45:24 +0000
committerDavid Zeuthen <david@fubar.dk>2006-03-08 02:45:24 +0000
commit05ccc643324f43b9ff9b8fec05ea3dcd60685f27 (patch)
treeb38c9a504b17f9e7951b65cfbfdca271e58c98d3
parentad38877e473b0c61a320d9d514edeb127187ae67 (diff)
downloadpolkit-05ccc643324f43b9ff9b8fec05ea3dcd60685f27.tar.gz
s/-llibpolkit/-lpolkit/
-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