| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Address book and calendar backend modules are now split into different
installation directories so the D-Bus factory processes will only load
relevant backend modules.
This changes some pkg-config details for third-party backend modules.
Instead of querying the backend directory with:
pkg-config --variable=extensiondir evolution-data-server-1.2
you must query the directory for address book backends with:
pkg-config --variable=backenddir libedata-book-1.2
and the directory for calendar backends with:
pkg-config --variable=backenddir libedata-cal-1.2
|
| | |
|
| | |
|
| |
|
|
|
| |
This only works on distros that provide pkgconfig files for libnss and
libnspr, which by now I would hope is all distros.
|
| |
|
|
| |
evolution complains missing evolution-data-server idl
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2008-09-24 Ross Burton <ross@linux.intel.com>
* configure.in:
Remove libgnome from libedataserverui depends, and change
libgnome-2.0 to libbonobo-2.0 for the addressbook and calendar.
* evolution-data-server.pc.in:
Remove libgnome-2.0 as it isn't used.
svn path=/trunk/; revision=9603
|
| |
|
|
|
|
| |
2006-07-10 Frederic Peters <fpeters@entrouvert.com>
* *.pc.in: defined @datarootdir@. Fixes #344596.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-05-10 Harish Krishnaswamy <kharish@novell.com>
* addressbook/libebook/libebook.pc.in,
addressbook/libedata-book/libedata-book.pc.in,
calendar/libecal/libecal.pc.in,
calendar/libedata-cal/libedata-cal.pc.in,
configure.in, evolution-data-server.pc.in,
libedataserver/libedataserver.pc.in,
servers/groupwise/libegroupwise.pc.in: Remove extra space following -I which
is not kind to Tru64 Unix C compilers. Patch suggested by the Written Word.
Fixes #271839.
|
| |
|
|
|
|
|
|
| |
2006-02-06 Harish Krishnaswamy <kharish@novell.com>
* evolution-data-server.pc.in: Add variable execversion
that denotes the version of the evolution-data-server
executable.
|
| |
|
|
|
|
|
|
| |
2005-04-25 Harish Krishnaswamy <kharish@novell.com>
* configure.in: Modify camelproviderdir to use API_VERSION.
* evolution-data-server.pc.in: use VERSION instead of
* API_VERSION.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2005-04-11 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am files: use API_VERSION instead of BASE_VERSION in
pc files.
* configure.in: bump version, leave extensiondir, idldir,
bonobo server and libtool numbers untouched (use API_VERSION
instead).
* evolution-data-server.pc.in, libedataserver/Makefile.am,
servers/groupwise/Makefile.am, src/Makefile.am: use API_VERSION.
|
| |
|
|
|
|
|
| |
2005-01-07 David Trowbridge <David.Trowbridge@Colorado.edu>
* configure.in:
* Makefile.am: added weather calendar backend to build.
|
| |
|
|
|
|
|
|
| |
2004-09-30 Chris Toshok <toshok@ximian.com>
* evolution-data-server.pc.in (extensiondir,privlibdir): add these
variables so extension authors can find the place to install their
stuff.
|
|
|
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
|