From f81121629e979f6016e8dedecdb8a27da9080cd2 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 28 Jan 2009 19:35:22 +0000 Subject: On Windows use -no-undefined and link with all required libraries. (Just 2009-01-28 Tor Lillqvist * 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 before the other libpst headers. Otherwise we get compilation errors on Windows, sigh. svn path=/trunk/; revision=37156 --- plugins/pst-import/pst-importer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/pst-import/pst-importer.c') diff --git a/plugins/pst-import/pst-importer.c b/plugins/pst-import/pst-importer.c index acd84c1a67..8cbf80eb50 100644 --- a/plugins/pst-import/pst-importer.c +++ b/plugins/pst-import/pst-importer.c @@ -66,8 +66,8 @@ #include #include -#include #include +#include #include typedef struct _PstImporter PstImporter; -- cgit v1.2.3