aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/libempathy.pc.in
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-06-23 01:46:51 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-06-23 01:46:51 +0800
commit7571ad9cda32496107a7067fc0416aa1e4466cce (patch)
tree90304855706f32eaddfd4a526ff859175f3ebe31 /libempathy/libempathy.pc.in
parent84f53258270412f78f6d0f6367ea00d9953fa24a (diff)
downloadgsoc2013-empathy-7571ad9cda32496107a7067fc0416aa1e4466cce.tar
gsoc2013-empathy-7571ad9cda32496107a7067fc0416aa1e4466cce.tar.gz
gsoc2013-empathy-7571ad9cda32496107a7067fc0416aa1e4466cce.tar.bz2
gsoc2013-empathy-7571ad9cda32496107a7067fc0416aa1e4466cce.tar.lz
gsoc2013-empathy-7571ad9cda32496107a7067fc0416aa1e4466cce.tar.xz
gsoc2013-empathy-7571ad9cda32496107a7067fc0416aa1e4466cce.tar.zst
gsoc2013-empathy-7571ad9cda32496107a7067fc0416aa1e4466cce.zip
Install libempathy and libempathy-gtk and make their API public.
2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/libempathy-gtk.pc.in: * libempathy-gtk/Makefile.am: * libempathy/libempathy.pc.in: * libempathy/Makefile.am: * configure.ac: Install libempathy and libempathy-gtk and make their API public. svn path=/trunk/; revision=172
Diffstat (limited to 'libempathy/libempathy.pc.in')
-rw-r--r--libempathy/libempathy.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libempathy/libempathy.pc.in b/libempathy/libempathy.pc.in
new file mode 100644
index 000000000..e567fefce
--- /dev/null
+++ b/libempathy/libempathy.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libempathy
+Description: Empathy base library
+Requires: glib-2.0, gobject-2.0, libxml-2.0, libtelepathy, libmissioncontrol
+Version: @VERSION@
+Libs: -L${libdir} -lempathy
+Cflags: -I${includedir}