relocatable-prog: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / modules / relocatable-prog
index 129947f..a7f50ac 100644 (file)
@@ -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@\"