New module 'count-trailing-zeros'.
[gnulib.git] / modules / relocatable-prog
index 129947f..72bc253 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@\"