summaryrefslogtreecommitdiff
path: root/src/libtracker-common/tracker-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtracker-common/tracker-parser.c')
-rw-r--r--src/libtracker-common/tracker-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtracker-common/tracker-parser.c b/src/libtracker-common/tracker-parser.c
index aaaed58de..2300e284e 100644
--- a/src/libtracker-common/tracker-parser.c
+++ b/src/libtracker-common/tracker-parser.c
@@ -91,7 +91,7 @@ ensure_init_parser (void)
* building introspection information or running tests.
* We want the in-tree modules to be loaded then.
*/
- module_path = g_strdup_printf (BUILDROOT "/src/libtracker-common/%s", modules[i]);
+ module_path = g_strdup_printf (BUILD_LIBDIR "/%s", modules[i]);
} else {
module_path = g_strdup_printf (PRIVATE_LIBDIR "/%s", modules[i]);
}