relocatable-prog: fix link error
[pspp] / modules / relocatable-prog
index 129947f2b85b11660ebac00772ffc9048cc020d1..72bc2537782d2c34b60cc5c735017a38fac253b3 100644 (file)
@@ -26,6 +26,10 @@ strdup
 
 configure.ac:
 gl_RELOCATABLE([$gl_source_base])
+if test $RELOCATABLE = yes; then
+  AC_LIBOBJ([progreloc])
+  AC_LIBOBJ([relocatable])
+fi
 
 Makefile.am:
 DEFS += -DEXEEXT=\"@EXEEXT@\"