aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/dbx-import/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* WebKit port - port pluginsDan Vrátil2012-03-291-4/+2
|
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-0/+2
| | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service.
* Simplify library dependency flags.Matthew Barnes2011-10-051-10/+5
| | | | | | | | | 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().
* Bug 623157 - Missing linker flag in dbx-importGuido Günther2010-06-301-0/+1
|
* Add Outlook Express DBX mailbox file importer pluginDavid Woodhouse2010-06-291-0/+47
[patch v2: Don't error on empty mailboxes, build plugin by default]