aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Bug #591436 - Add -avoid-version to LDFLAGSH. Habighorst2012-02-151-1/+1
|
* 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.
* Bug #636214 fetch configuration details from serverPunit Jain2011-11-091-5/+1
| | | | Code changes
* Simplify library dependency flags.Matthew Barnes2011-10-051-4/+4
| | | | | | | | | 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 crash when adding account in express modeGustavo Noronha Silva2011-06-291-0/+1
| | | | | | The settings library started using an EMailBackend object, but since it is abstract it can't be instantiated directly. So we use the EShell to get the mail backend for us instead, after loading the modules.
* Rip out Anjal-specific cruft we don't need.Matthew Barnes2011-03-281-2/+0
| | | | | Need to trim off the fat if we're ever going to merge the souped up mail account wizard. Still a long way to go...
* Fix build settings under capplet.Matthew Barnes2010-03-311-9/+5
|
* Build libevolution-mail-settings as dll on windowsFridrich Štrba2010-03-311-0/+1
|
* Add a bunch of mail autoconfiguration filesFederico Mena Quintero2010-03-181-1/+2
| | | | | | These come from http://live.mozillamessaging.com/autoconfig/ Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Fix missing linker flags in the correct Makefile.am.Matthew Barnes2010-03-161-1/+4
|
* Restructure capplet stuffs and load only on express mode.Srinivasa Ragavan2010-03-141-0/+69