diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-26 22:32:47 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-26 22:32:47 +0800 |
commit | 301124472c332bb5e01fd449b45ca5980ca16cf9 (patch) | |
tree | 3a35ab3d50ed7e66609af72743f5f32d7824c1de | |
parent | b3feda1e4aa97fcc5a115110ab8f2286000b1e82 (diff) | |
download | gsoc2013-empathy-301124472c332bb5e01fd449b45ca5980ca16cf9.tar gsoc2013-empathy-301124472c332bb5e01fd449b45ca5980ca16cf9.tar.gz gsoc2013-empathy-301124472c332bb5e01fd449b45ca5980ca16cf9.tar.bz2 gsoc2013-empathy-301124472c332bb5e01fd449b45ca5980ca16cf9.tar.lz gsoc2013-empathy-301124472c332bb5e01fd449b45ca5980ca16cf9.tar.xz gsoc2013-empathy-301124472c332bb5e01fd449b45ca5980ca16cf9.tar.zst gsoc2013-empathy-301124472c332bb5e01fd449b45ca5980ca16cf9.zip |
libempathy-gtk/libempathy-gtk.pc.in: fix name of the library
svn path=/trunk/; revision=674
-rw-r--r-- | libempathy-gtk/libempathy-gtk.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/libempathy-gtk.pc.in b/libempathy-gtk/libempathy-gtk.pc.in index 4cb8452df..4248387e8 100644 --- a/libempathy-gtk/libempathy-gtk.pc.in +++ b/libempathy-gtk/libempathy-gtk.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: libempathy +Name: libempathy-gtk Description: Empathy interface library Requires: glib-2.0, gobject-2.0, gtk+-2.0, libglade-2.0, libmissioncontrol, libtelepathy, libempathy Version: @VERSION@ |