aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* em-format: Add missing linker flags.Matthew Barnes2012-06-081-2/+4
|
* Mail formatter rewriteDan Vrátil2012-06-061-10/+95
| | | | | | | | All mail-parsing and formatting code has been moved to em-format. Parsing is handeled by EMailParser class, formatting by EMailFormatter. Both classes have registry which hold extensions - simple classes that do actual parsing and formatting. Each supported mime-type has it's own parser and formatter extension class.
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-291-2/+4
|
* Bug #591436 - Add -avoid-version to LDFLAGSH. Habighorst2012-02-151-1/+1
|
* Simplify library dependency flags.Matthew Barnes2011-10-051-3/+3
| | | | | | | | | 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 #436914 - Reply to inline GPG quotes raw GPG messageMilan Crha2010-12-131-0/+2
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-1/+3
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-5/+6
|
* Fix some build issues.Matthew Barnes2009-07-141-0/+1
|
* Fix some issues when building Anjal.Matthew Barnes2009-07-131-11/+16
|
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
|
* Use -no-undefined on Linux tooMilan Crha2009-05-201-0/+22
There still left two things opened, search for KILL-BONOBO to find them. One is in calendar's Makefile.am, one in composer.