diff options
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 //----------------------------------------------------------------------------- |