diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-16 01:50:36 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-16 01:50:36 +0000 |
commit | d4b702756e673463c9fc008bc6e5931aac6a9011 (patch) | |
tree | 56d925d93b2b1468fdcf6b55fbdd5bad008f74c6 /mimelib | |
parent | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (diff) | |
download | tdepim-d4b702756e673463c9fc008bc6e5931aac6a9011.tar.gz tdepim-d4b702756e673463c9fc008bc6e5931aac6a9011.zip |
* gcc4.4 compilation fixes
* kmail crash issues resolved
* automake updates
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1062791 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'mimelib')
-rw-r--r-- | mimelib/Makefile.am | 2 | ||||
-rw-r--r-- | mimelib/mimelib/config.h | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/mimelib/Makefile.am b/mimelib/Makefile.am index f977a6815..3f2b5b97f 100644 --- a/mimelib/Makefile.am +++ b/mimelib/Makefile.am @@ -57,7 +57,7 @@ libmimelib_la_SOURCES = \ 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 --git a/mimelib/mimelib/config.h b/mimelib/mimelib/config.h index 529f3ff21..9467d30d1 100644 --- a/mimelib/mimelib/config.h +++ b/mimelib/mimelib/config.h @@ -123,8 +123,7 @@ typedef bool DwBool; # define DW_EXPORT __declspec(dllimport) # endif #else -# include <kdepimmacros.h> -# define DW_EXPORT KDE_EXPORT +# define DW_EXPORT /* empty */ #endif //----------------------------------------------------------------------------- |