diff -Nur kdepim-3.5.4/mimelib/Makefile.am kdepim-3.5.4.new/mimelib/Makefile.am --- kdepim-3.5.4/mimelib/Makefile.am 2005-09-10 10:24:49.000000000 +0200 +++ kdepim-3.5.4.new/mimelib/Makefile.am 2006-08-18 15:31:28.000000000 +0200 @@ -57,7 +57,7 @@ uuencode.cpp \ binhex.cpp -libmimelib_la_LDFLAGS = -L$(kde_libraries) -lkdefakes -version-info 1:1 -no-undefined +libmimelib_la_LDFLAGS = -L$(kde_libraries) -lkdefakes_pic -version-info 1:1 -no-undefined check_PROGRAMS = test_boyermor diff -Nur kdepim-3.5.4/mimelib/mimelib/config.h kdepim-3.5.4.new/mimelib/mimelib/config.h --- kdepim-3.5.4/mimelib/mimelib/config.h 2005-09-10 10:24:49.000000000 +0200 +++ kdepim-3.5.4.new/mimelib/mimelib/config.h 2006-08-18 15:32:05.000000000 +0200 @@ -125,8 +125,7 @@ # define DW_EXPORT __declspec(dllimport) # endif #else -# include -# define DW_EXPORT KDE_EXPORT +# define DW_EXPORT /* empty */ #endif //-----------------------------------------------------------------------------