aboutsummaryrefslogtreecommitdiff
path: root/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell.c')
-rw-r--r--shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.c b/shell.c
index e8ac1f5e..fd4c286e 100644
--- a/shell.c
+++ b/shell.c
@@ -312,7 +312,7 @@ shell_tree_modules_load(ShellTree * shelltree)
module->icon = icon_cache_get_pixbuf(tmp);
g_free(tmp);
- tmp = g_strdup_printf(PREFIX "modules/%s.so", iname);
+ tmp = g_strdup_printf(PREFIX_LIBS "modules/%s.so", iname);
module->dll = g_module_open(tmp, G_MODULE_BIND_LAZY);
g_free(tmp);