summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/msn/dummy.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-15 17:36:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-15 17:36:41 -0600
commit59cdd35816674c948e9115cf5d28ac0367fdc205 (patch)
tree1ddb6e2c02ec3fa250a09b1793f138c9d7d79655 /kopete/protocols/msn/dummy.cpp
parent9d55f383cc9fbcc71bc36cdb0aedda82862c670c (diff)
downloadtdenetwork-59cdd35816674c948e9115cf5d28ac0367fdc205.tar.gz
tdenetwork-59cdd35816674c948e9115cf5d28ac0367fdc205.zip
Add missing dummy.cpp file
Diffstat (limited to 'kopete/protocols/msn/dummy.cpp')
-rw-r--r--kopete/protocols/msn/dummy.cpp3
1 files changed, 3 insertions, 0 deletions
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(); }