diff options
author | Perberos <[email protected]> | 2011-12-01 23:00:56 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 23:00:56 -0300 |
commit | 1c69f467452c8f34d099019d463980ad57811192 (patch) | |
tree | 72ab1456032eb3c29f7fe327b5da6ac8e734507a /polkitgtkmate/polkit-gtk-mate-1.pc.in | |
download | mate-polkit-1c69f467452c8f34d099019d463980ad57811192.tar.bz2 mate-polkit-1c69f467452c8f34d099019d463980ad57811192.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'polkitgtkmate/polkit-gtk-mate-1.pc.in')
-rw-r--r-- | polkitgtkmate/polkit-gtk-mate-1.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/polkitgtkmate/polkit-gtk-mate-1.pc.in b/polkitgtkmate/polkit-gtk-mate-1.pc.in new file mode 100644 index 0000000..152054e --- /dev/null +++ b/polkitgtkmate/polkit-gtk-mate-1.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: polkit-gtk-mate-1 +Description: PolicyKit GTK+ widgets +Version: @VERSION@ +Libs: -L${libdir} -lpolkit-gtk-mate-1 +Cflags: -I${includedir}/polkit-gtk-mate-1 +Requires: polkit-gobject-1 |