aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove ldap-config.ui.Matthew Barnes2012-09-181-4/+0
| | | | Leftover file from ages past. No longer used.
* Remove the last remaining usage of GConfMilan Crha2012-06-151-35/+0
|
* Adapt to evolution-data-server's port from GConf to GSettingsMilan Crha2012-06-141-0/+2
|
* Adapt modules/addressbook to the new ESource API.Matthew Barnes2012-06-031-2/+0
|
* Rename Evolution module libraries.Matthew Barnes2012-05-111-5/+5
| | | | | | | Drop the "libevolution" prefix so it's not so verbose and also consistent with upcoming evolution-data-server module libraries. libevolution-module-foo.so --> module-foo.so
* Simplify library dependency flags.Matthew Barnes2011-10-051-2/+4
| | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed.
* Bug #642557 - Display maps in contact previewDan Vrátil2011-06-021-1/+2
|
* Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-231-4/+0
|
* Make the gconf schemas installation rules consistent in all Makefiles.amFridrich Strba2010-03-161-10/+12
|
* Actually respect the --disable-schemas-install configure optionFridrich Strba2010-03-151-0/+4
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-20/+23
|
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-5/+5
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-3/+4
|
* Bug 593776 - Fix include of a11y/addressbook and a11y/calendarH.Habighorst2009-09-011-1/+0
|
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-0/+2
| | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook.
* Add new preferences missed during the 2.27.90 merge.Matthew Barnes2009-08-131-0/+2
|
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
|
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+129
- Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.