Commit Graph

25 Commits

Author SHA1 Message Date
d97c776f24 WebKit port - port plugins 2012-03-28 18:39:26 +02:00
b4f895265d Add missing linker flags. 2012-03-03 14:11:12 -05:00
3437451c9e Bug 669433 - Add missing linker flags to pst-import 2012-02-11 07:58:03 -06:00
1f38f4d92c Simplify library dependency flags.
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.
2011-10-04 22:27:14 -04:00
88ae09989a Fix translations being boken by removing calls to bindtextdomain() from plugins.
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().
2011-04-01 18:35:24 +02:00
fd75cdf708 Add missing libeshell.la to LIBADD in pst-import plugin 2010-11-04 11:24:58 +01:00
fabb6b035c Only #include Camel's top-level header. 2010-04-02 16:59:20 -04:00
59bd81691d Compiler and linker flag cleanups. 2009-12-27 14:32:39 -05:00
c1d59b0e9e Bug 601626 - pst-import missing link to libeutil 2009-11-12 10:44:53 -05:00
43a98ec41e Use EVOLUTION_CALENDAR_CFLAGS instead of EVOLUTION_MAIL_CFLAGS
The code uses ical stuff and the libical CFLAGS are present in
EVOLUTION_CALENDAR_CFLAGS but not EVOLUTION_MAIL_CFLAGS.
2009-11-11 15:31:31 +02:00
f62728b55e Bug 596848 - Use per-target CPPFLAGS in automake files 2009-09-30 23:37:50 -04:00
acb28fef9d Goodbye libgnome and libgnomeui!! 2009-09-18 12:34:47 -04:00
520d90a9cc Build with -Wl,--no-undefined and fix linker errors. 2009-08-28 08:09:02 -04:00
bf20999ddb Fix distcheck errors. 2009-08-11 08:35:10 -04:00
1351c8e4fb Merge branch 'master' into kill-bonobo 2009-07-01 10:47:10 -04:00
bfc5ba2511 Fix "make distcheck" errors and other build cleanups. 2009-06-30 18:34:08 -04:00
42e75c9162 Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am. 2009-06-30 17:20:23 -04:00
d38e8b65db Fix build issue for pst-import plugin 2009-06-22 11:12:21 +05:30
f4cf9af33c Use -no-undefined on Linux too
There still left two things opened, search for KILL-BONOBO to find them.
One is in calendar's Makefile.am, one in composer.
2009-05-20 16:50:00 +02:00
504642b798 Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-03 12:47:34 -04:00
d523f10dfe Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-02 11:37:10 -04:00
fee5916b60 Merge revisions 37108:37199 from trunk.
svn path=/branches/kill-bonobo/; revision=37200
2009-01-31 19:03:12 +00:00
f81121629e On Windows use -no-undefined and link with all required libraries. (Just
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
2009-01-28 19:35:22 +00:00
ab00f5b08a Merge revisions 37075:37107 from trunk.
svn path=/branches/kill-bonobo/; revision=37112
2009-01-21 02:52:05 +00:00
8772855cc4 ** Fix for bug #208426
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
2009-01-15 14:38:05 +00:00