Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing linker flags. | Matthew Barnes | 2012-03-04 | 1 | -0/+1 |
| | |||||
* | Bug 669433 - Add missing linker flags to pst-import | Dominique Leuenberger | 2012-02-11 | 1 | -8/+9 |
| | |||||
* | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 1 | -9/+6 |
| | | | | | | | | | 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 Maraas | 2011-04-02 | 1 | -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(). | ||||
* | Add missing libeshell.la to LIBADD in pst-import plugin | Milan Crha | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 1 | -2/+4 |
| | |||||
* | Compiler and linker flag cleanups. | Matthew Barnes | 2009-12-28 | 1 | -1/+2 |
| | |||||
* | BugĀ 601626 - pst-import missing link to libeutil | Travis Reitter | 2009-11-12 | 1 | -0/+1 |
| | |||||
* | Use EVOLUTION_CALENDAR_CFLAGS instead of EVOLUTION_MAIL_CFLAGS | Tor Lillqvist | 2009-11-11 | 1 | -1/+1 |
| | | | | | The code uses ical stuff and the libical CFLAGS are present in EVOLUTION_CALENDAR_CFLAGS but not EVOLUTION_MAIL_CFLAGS. | ||||
* | Bug 596848 - Use per-target CPPFLAGS in automake files | H.Habighorst | 2009-10-01 | 1 | -7/+10 |
| | |||||
* | Goodbye libgnome and libgnomeui!! | Matthew Barnes | 2009-09-19 | 1 | -0/+2 |
| | |||||
* | Build with -Wl,--no-undefined and fix linker errors. | Matthew Barnes | 2009-08-28 | 1 | -1/+4 |
| | |||||
* | Fix distcheck errors. | Matthew Barnes | 2009-08-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-01 | 1 | -0/+9 |
|\ | |||||
| * | Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am. | Matthew Barnes | 2009-07-01 | 1 | -1/+1 |
| | | |||||
| * | Fix build issue for pst-import plugin | Bharath Acharya | 2009-06-22 | 1 | -0/+1 |
| | | |||||
| * | Use Behdad's brilliant git.mk to generate .gitignore files. | Matthew Barnes | 2009-05-02 | 1 | -0/+2 |
| | | |||||
| * | On Windows use -no-undefined and link with all required libraries. (Just | Tor Lillqvist | 2009-01-29 | 1 | -3/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: On Windows use -no-undefined and link with all required libraries. (Just throw in a bunch of libraries without cherry-picking. Having "superfluous" ones just slows down the linking a bit, but doesn't hurt at run-time.) Use LIBPST_CFLAGS. * pst-importer.c: Include <libpst/define.h> before the other libpst headers. Otherwise we get compilation errors on Windows, sigh. svn path=/trunk/; revision=37156 | ||||
| * | ** Fix for bug #208426 | Bharath Acharya | 2009-01-15 | 1 | -0/+24 |
| | | | | | | | | | | 2009-01-15 Bharath Acharya <abharath@novell.com> ** Fix for bug #208426 * configure.in: Added support for importing .pst files into Evolution. svn path=/trunk/; revision=37078 | ||||
* | Fix "make distcheck" errors and other build cleanups. | Matthew Barnes | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | Use -no-undefined on Linux too | Milan Crha | 2009-05-20 | 1 | -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 Barnes | 2009-05-04 | 1 | -0/+2 |
| | |||||
* | Merge revisions 37108:37199 from trunk. | Matthew Barnes | 2009-02-01 | 1 | -3/+14 |
| | | | | svn path=/branches/kill-bonobo/; revision=37200 | ||||
* | Merge revisions 37075:37107 from trunk. | Matthew Barnes | 2009-01-21 | 1 | -0/+24 |
svn path=/branches/kill-bonobo/; revision=37112 |