summaryrefslogtreecommitdiff
path: root/libreofficekit/source
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-07-17 10:35:49 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-07-17 10:36:28 +0200
commita95934d8dbd91e3c6250578171483859cb11f3c2 (patch)
treefae6ae3ab7174223dc6b7da7e88a369914bcdbeb /libreofficekit/source
parent461e46904ffa29820be1ccb64cdb9cb6d4469b6c (diff)
Fix some CppunitTest_libreofficekit_tiledrendering related problems
Change-Id: Icdcde0af1b3d5744ef2842e4b4d2b85a094ac686
Diffstat (limited to 'libreofficekit/source')
-rw-r--r--libreofficekit/source/shim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreofficekit/source/shim.c b/libreofficekit/source/shim.c
index ac272e8d8c04..b533a61b2197 100644
--- a/libreofficekit/source/shim.c
+++ b/libreofficekit/source/shim.c
@@ -22,7 +22,7 @@
#endif
#define TARGET_LIB "lib" "sofficeapp" ".so"
-#define TARGET_MERGED_LIB "lib" "libmergedlo" ".so"
+#define TARGET_MERGED_LIB "lib" "mergedlo" ".so"
typedef LibreOfficeKit *(HookFunction)( const char *install_path);