diff options
author | David Zeuthen <david@fubar.dk> | 2006-03-08 02:53:45 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2006-03-08 02:53:45 +0000 |
commit | e38d77bc2e264037178260f8c2add199d19a0950 (patch) | |
tree | 1f2a53a3d6f907481efc3ff9e65fce68724071c7 | |
parent | 05ccc643324f43b9ff9b8fec05ea3dcd60685f27 (diff) | |
download | polkit-e38d77bc2e264037178260f8c2add199d19a0950.tar.gz |
Add libpoluser, libpolgroup and libpoltxtsrc variables
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | polkit.pc.in | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-03-07 David Zeuthen <davidz@redhat.com> + * polkit.pc.in: Add libpoluser, libpolgroup and libpoltxtsrc variables + +2006-03-07 David Zeuthen <davidz@redhat.com> + * polkit.pc.in (Libs): s/-llibpolkit/-lpolkit/ 2006-03-07 David Zeuthen <davidz@redhat.com> diff --git a/polkit.pc.in b/polkit.pc.in index 369b5d7..cbfb8fa 100644 --- a/polkit.pc.in +++ b/polkit.pc.in @@ -3,6 +3,10 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ +libpoluser=@POLKIT_USER@ +libpolgroup=@POLKIT_GROUP@ +libpoltxtsrc=@sysconfdir@/PolicyKit/policy + Name: libpolkit Description: library for querying and setting system-wide policy Version: @VERSION@ |