aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/config.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index d85ca242d..9407df18b 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -208,3 +208,10 @@ REQUIRE_OBJECT ( btext );
REQUIRE_OBJECT ( pc_kbd );
#endif
+/*
+ * Drag in relocate.o if required
+ */
+
+#ifndef NORELOCATE
+REQUIRE_OBJECT ( relocate );
+#endif