aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pst-import/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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().
* Add missing libeshell.la to LIBADD in pst-import pluginMilan Crha2010-11-041-1/+1
|
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-2/+4
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-1/+2
|
* BugĀ 601626 - pst-import missing link to libeutilTravis Reitter2009-11-121-0/+1
|
* Use EVOLUTION_CALENDAR_CFLAGS instead of EVOLUTION_MAIL_CFLAGSTor Lillqvist2009-11-111-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 filesH.Habighorst2009-10-011-7/+10
|
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-191-0/+2
|
* Build with -Wl,--no-undefined and fix linker errors.Matthew Barnes2009-08-281-1/+4
|
* Fix distcheck errors.Matthew Barnes2009-08-111-1/+1
|
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-0/+9
|\
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
| |
| * Fix build issue for pst-import pluginBharath Acharya2009-06-221-0/+1
| |
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
| |
| * On Windows use -no-undefined and link with all required libraries. (JustTor Lillqvist2009-01-291-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 #208426Bharath Acharya2009-01-151-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 Barnes2009-07-011-1/+1
|
* 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-3/+14
| | | | svn path=/branches/kill-bonobo/; revision=37200
* Merge revisions 37075:37107 from trunk.Matthew Barnes2009-01-211-0/+24
svn path=/branches/kill-bonobo/; revision=37112