aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pst-import/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Rename libeshell to libevolution-shell.Matthew Barnes2013-05-281-1/+1
| | | | | | To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-shell.
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-2/+2
| | | | | | To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-util.
* Move the contact map widgets to addressbook/gui/widgets.Matthew Barnes2012-12-131-2/+0
| | | | | | | | | | | | Move the supporting widgets for the contact maps feature alongside EABContactDisplay. Removing them from libeutil helps isolate our usage of libchamplain so it's not imposed on the entire application, and even 3rd party software. That libchamplain is an optional dependency only further complicates the matter. Ideally I'd like to somehow isolate this feature in an extension module, but we currently lack sufficient hooks for such an extension. So this arrangement will have to suffice for now.
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Evolution consists of entirely too many small utility libraries, which increases linking and loading time, places a burden on higher layers of the application (e.g. modules) which has to remember to link to all the small in-tree utility libraries, and makes it difficult to generate API documentation for these utility libraries in one Gtk-Doc module. Merge the following utility libraries under the umbrella of libeutil, and enforce a single-include policy on libeutil so we can reorganize the files as desired without disrupting its pseudo-public API. libemail-utils/libemail-utils.la libevolution-utils/libevolution-utils.la filter/libfilter.la widgets/e-timezone-dialog/libetimezonedialog.la widgets/menus/libmenus.la widgets/misc/libemiscwidgets.la widgets/table/libetable.la widgets/text/libetext.la This also merges libedataserverui from the Evolution-Data-Server module, since Evolution is its only consumer nowadays, and I'd like to make some improvements to those APIs without concern for backward-compatibility. And finally, start a Gtk-Doc module for libeutil. It's going to be a project just getting all the symbols _listed_ much less _documented_. But the skeletal structure is in place and I'm off to a good start.
* WebKit port - port pluginsDan Vrátil2012-03-291-2/+0
|
* Add missing linker flags.Matthew Barnes2012-03-041-0/+1
|
* Bug 669433 - Add missing linker flags to pst-importDominique Leuenberger2012-02-111-8/+9
|
* Simplify library dependency flags.Matthew Barnes2011-10-051-9/+6
| | | | | | | | | 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.
* Fix translations being boken by removing calls to bindtextdomain() from plugins.Kjartan Maraas2011-04-021-2/+0
| | | | | It shouldn't be needed for plugins that live in the evolution source tree anyway since they should just use the translation domain they inherit from main().
* Add missing libeshell.la to LIBADD in pst-import pluginMilan Crha2010-11-041-1/+1
|
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-2/+4
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-1/+2
|
* Bug 601626 - pst-import missing link to libeutilTravis Reitter2009-11-121-0/+1
|
* Use EVOLUTION_CALENDAR_CFLAGS instead of EVOLUTION_MAIL_CFLAGSTor Lillqvist2009-11-111-1/+1
| | | | | The code uses ical stuff and the libical CFLAGS are present in EVOLUTION_CALENDAR_CFLAGS but not EVOLUTION_MAIL_CFLAGS.
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-7/+10
|
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-191-0/+2
|
* Build with -Wl,--no-undefined and fix linker errors.Matthew Barnes2009-08-281-1/+4
|
* Fix distcheck errors.Matthew Barnes2009-08-111-1/+1
|
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-0/+9
|\
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
| |
| * Fix build issue for pst-import pluginBharath Acharya2009-06-221-0/+1
| |
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
| |
| * On Windows use -no-undefined and link with all required libraries. (JustTor Lillqvist2009-01-291-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: On Windows use -no-undefined and link with all required libraries. (Just throw in a bunch of libraries without cherry-picking. Having "superfluous" ones just slows down the linking a bit, but doesn't hurt at run-time.) Use LIBPST_CFLAGS. * pst-importer.c: Include <libpst/define.h> before the other libpst headers. Otherwise we get compilation errors on Windows, sigh. svn path=/trunk/; revision=37156
| * ** Fix for bug #208426Bharath Acharya2009-01-151-0/+24
| | | | | | | | | | 2009-01-15 Bharath Acharya <abharath@novell.com> ** Fix for bug #208426 * configure.in: Added support for importing .pst files into Evolution. svn path=/trunk/; revision=37078
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
|
* Use -no-undefined on Linux tooMilan Crha2009-05-201-9/+0
| | | | | There still left two things opened, search for KILL-BONOBO to find them. One is in calendar's Makefile.am, one in composer.
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
|
* Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-3/+14
| | | | svn path=/branches/kill-bonobo/; revision=37200
* Merge revisions 37075:37107 from trunk.Matthew Barnes2009-01-211-0/+24
svn path=/branches/kill-bonobo/; revision=37112