summaryrefslogtreecommitdiffstats
path: root/mimelib
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib')
-rw-r--r--mimelib/Makefile.am2
-rw-r--r--mimelib/mimelib/config.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/mimelib/Makefile.am b/mimelib/Makefile.am
index f977a681..3f2b5b97 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 529f3ff2..9467d30d 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
//-----------------------------------------------------------------------------