diff options
author | David Zeuthen <david@fubar.dk> | 2006-03-09 17:14:48 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2006-03-09 17:14:48 +0000 |
commit | 4f567cd7eef1cb7fcd5777a0ba2b6df03e5ea88c (patch) | |
tree | 1bd73a7cc9273d83d880477ee25a63c5f61e9c8e | |
parent | 01480a0a3a29ea19d9eec64957500b3f10782f9a (diff) | |
download | polkit-4f567cd7eef1cb7fcd5777a0ba2b6df03e5ea88c.tar.gz |
Use right Cflags
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | polkit.pc.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-03-09 David Zeuthen <davidz@redhat.com> + + * polkit.pc.in (exec_prefix): Use right Cflags + 2006-03-07 David Zeuthen <davidz@redhat.com> * tools/polkit-is-privileged.c (usage, main): s/hal-policy/polkit/ diff --git a/polkit.pc.in b/polkit.pc.in index 60025f6..659941e 100644 --- a/polkit.pc.in +++ b/polkit.pc.in @@ -12,4 +12,4 @@ Description: library for querying and setting system-wide policy Version: @VERSION@ Requires: glib-2.0 Libs: -L${libdir} -lpolkit -Cflags: -I${includedir}/polkit +Cflags: -I${includedir}/libpolkit |