summaryrefslogtreecommitdiff
path: root/modules/relocatable-prog
diff options
context:
space:
mode:
Diffstat (limited to 'modules/relocatable-prog')
-rw-r--r--modules/relocatable-prog3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/relocatable-prog b/modules/relocatable-prog
index 129947f2b8..a7f50ac6b9 100644
--- a/modules/relocatable-prog
+++ b/modules/relocatable-prog
@@ -26,6 +26,9 @@ strdup
configure.ac:
gl_RELOCATABLE([$gl_source_base])
+if test $RELOCATABLE = yes; then
+ AC_LIBOBJ([progreloc])
+fi
Makefile.am:
DEFS += -DEXEEXT=\"@EXEEXT@\"