diff --git a/kopete/protocols/msn/dummy.cpp b/kopete/protocols/msn/dummy.cpp new file mode 100644 index 00000000..6edd39fa --- /dev/null +++ b/kopete/protocols/msn/dummy.cpp @@ -0,0 +1,3 @@ +#include "kdemacros.h" +extern "C" KDE_EXPORT void *init_libkopete_msn_shared(); +extern "C" KDE_EXPORT void *init_kopete_msn() { return init_libkopete_msn_shared(); }