aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/vcard-inline/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-061-40/+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-4/+3
|
* Simplify library dependency flags.Matthew Barnes2011-10-051-11/+11
| | | | | | | | | 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.
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-2/+4
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-6/+10
|
* Finish killing Bonobo.Matthew Barnes2009-09-091-2/+3
|
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-0/+7
|\
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
| |
| * Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-051-0/+2
| |
| * Add libraries to LIBADD so that -no-undefined on win32 works well.Fridrich Strba2009-06-041-2/+11
| |
| * Convert the vCard Bonobo control to an EMFormatHook plugin.Matthew Barnes2009-05-061-0/+20
|
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
|
* Radically reorganize source code.Matthew Barnes2009-06-251-1/+1
| | | | | | | | | | | | | | | | | | | - 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.
* Use -no-undefined on Linux tooMilan Crha2009-05-201-1/+8
| | | | | There still left two things opened, search for KILL-BONOBO to find them. One is in calendar's Makefile.am, one in composer.
* Convert eab-vcard-control.c to a new "vcard-inline" plugin, similar to theMatthew Barnes2009-02-211-0/+20
"audio-inline" plugin. svn path=/branches/kill-bonobo/; revision=37301