aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/tnef-attachments/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-061-37/+0
| | | | | | | | | | audio-inline, itip-formatter, prefer-plain, tnef-attachments and vcard-inline plugins were converted to modules so that they can fit into concept of the new formatter. Every module still installs .eplug file, because there is no suitable API at the moment to register plugins to the plugins dialog and to extend the Preferences dialog.
* WebKit port - port pluginsDan Vrátil2012-03-291-2/+0
|
* Oops, missed one.Matthew Barnes2011-10-051-1/+4
|
* Simplify library dependency flags.Matthew Barnes2011-10-051-3/+0
| | | | | | | | | 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().
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-1/+1
|
* Build with GTK_DISABLE_DEPRECATED and fix resulting breakage.Matthew Barnes2009-10-021-0/+2
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-6/+10
|
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-0/+8
|\
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
| |
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
| |
| * Use -no-undefined and link with more libraries on Windows.Tor Lillqvist2009-01-291-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Use -no-undefined and link with more libraries on Windows. * tnef-plugin.c: Remove unused <sys/wait.h>. svn path=/trunk/; revision=37153
* | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
| |
* | Fix "make distcheck" errors.Matthew Barnes2009-06-201-0/+1
| |
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-211-0/+3
| |
* | 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-1/+12
|/ | | | svn path=/branches/kill-bonobo/; revision=37200
* Patch from Frederic Crozat <fcrozat@mandriva.com>: Fix for bug #501885 ↵Suman Manjunath2008-03-311-1/+1
| | | | | | (Specify locale directory correctly) svn path=/trunk/; revision=35287
* Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #519421 (Also allow ↵Suman Manjunath2008-03-171-1/+2
| | | | | | <libytnef/ytnef.h> header while compiling the TNEF attachment decoder plugin) svn path=/trunk/; revision=35206
* Fix for 468159 from Gilles Dartiguelongue <gdartigu@svn.gnome.org>Johnny Jacob2007-08-201-1/+1
| | | | | | | | | | | | --This line, and th se below, will be ignored-- A plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in M plugins/attachment-reminder/ChangeLog M plugins/attachment-reminder/Makefile.am D plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in.in M plugins/tnef-attachments/Makefile.am svn path=/trunk/; revision=34040
* Commit for tnef attachment and attachment reminderSrinivasa Ragavan2007-07-091-0/+18
svn path=/trunk/; revision=33769