summaryrefslogtreecommitdiff
path: root/evolution-data-server.pc.in
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-09-23 16:45:29 +0000
committerJP Rosevear <jpr@src.gnome.org>2004-09-23 16:45:29 +0000
commitba397da53ecfa5bf3d812ec948b0efd4afda54f7 (patch)
treec77258baa97124b4bca814f2d1e102d7fdadb51c /evolution-data-server.pc.in
parent609b304ab55d0464adf5a9c95787f2f9a85daa1b (diff)
downloadevolution-data-server-ba397da53ecfa5bf3d812ec948b0efd4afda54f7.tar.gz
don't hard code pkg config version
2004-09-23 JP Rosevear <jpr@novell.com> * Makefile.am: don't hard code pkg config version * configure.in: bump version, reset libtool versions because the library is now versioned * libedataserver/Makefile.am: build versioned lib and version pkgconfig stuff * src/Makefile.am: link against versioned libs 2004-09-23 JP Rosevear <jpr@novell.com> * Makefile.am: build versioned library and don't hard code pkg config name 2004-09-23 JP Rosevear <jpr@novell.com> * libebook/Makefile.am: build a versioned lib, don't hard code the pkgconfig version * libedata-book/Makefile.am: ditto * backends/file/Makefile.am: link against the correct library version * backends/groupwise/Makefile.am: ditto * backends/vcf/Makefile.am: ditto * backends/ldap/Makefile.am: ditto * tests/vcard/Makefile.am: ditto * tests/ebook/Makefile.am: ditto 2004-09-23 JP Rosevear <jpr@novell.com> * libecal/Makefile.am: build a versioned lib, don't hard code the pkgconfig version * libedata-cal/Makefile.am: ditto * backends/file/Makefile.am: link against the correct library version * backends/http/Makefile.am: ditto * backends/groupwise/Makefile.am: ditto * backends/contacts/Makefile.am: ditto * tests/ecal/Makefile.am: ditto
Diffstat (limited to 'evolution-data-server.pc.in')
-rw-r--r--evolution-data-server.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/evolution-data-server.pc.in b/evolution-data-server.pc.in
new file mode 100644
index 000000000..ca6ac0238
--- /dev/null
+++ b/evolution-data-server.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+idldir=@idldir@
+IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
+
+Name: evolution-data-server
+Description: The evolution data server for the calendar and addressbook
+Version: @VERSION@
+Requires: libgnome-2.0 libbonobo-2.0 >= @LIBBONOBO_REQUIRED@