summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-15 17:36:41 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 15:53:49 +0200
commit6c64b46075f0493618615817654a46c22ebb1d23 (patch)
tree0370df3b7f0215aae4b4f64548656466ee7e8d54
parent5f59e82662d452910d6f65e04424096aa4a7b0b3 (diff)
downloadtdenetwork-6c64b46075f0493618615817654a46c22ebb1d23.tar.gz
tdenetwork-6c64b46075f0493618615817654a46c22ebb1d23.zip
Add missing dummy.cpp file
(cherry picked from commit 59cdd35816674c948e9115cf5d28ac0367fdc205)
-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(); }