From ba397da53ecfa5bf3d812ec948b0efd4afda54f7 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 23 Sep 2004 16:45:29 +0000 Subject: don't hard code pkg config version 2004-09-23 JP Rosevear * 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 * Makefile.am: build versioned library and don't hard code pkg config name 2004-09-23 JP Rosevear * 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 * 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 --- evolution-data-server.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 evolution-data-server.pc.in (limited to 'evolution-data-server.pc.in') 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@ -- cgit v1.2.1