summaryrefslogtreecommitdiff
path: root/location
diff options
context:
space:
mode:
Diffstat (limited to 'location')
-rw-r--r--location/module/module-internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/location/module/module-internal.c b/location/module/module-internal.c
index e4d0fdd..6145e19 100644
--- a/location/module/module-internal.c
+++ b/location/module/module-internal.c
@@ -32,7 +32,7 @@
#include "location-log.h"
#define MAX_MODULE_INDEX 3
-const char* MODULE_PATH_PREFIX = "/usr/lib/location/module";
+const char* MODULE_PATH_PREFIX = LIBPATH "/location/module";
static GMod*
gmod_new (const char* module_name, gboolean is_resident)