Extend strerror to cover the added errno values.
[gnulib.git] / modules / relocatable-prog
index 797913f..1aa96f5 100644 (file)
@@ -11,17 +11,22 @@ lib/relocatable.c
 lib/progreloc.c
 m4/relocatable.m4
 m4/relocatable-lib.m4
+m4/lib-ld.m4
 
 Depends-on:
 relocatable-prog-wrapper
 progname
+canonicalize-lgpl
+xalloc
+xreadlink
+stdbool
+unistd
 
 configure.ac:
 gl_RELOCATABLE([$gl_source_base])
 
 Makefile.am:
-DEFS += -DEXEEXT=\"$(EXEEXT)\"
-lib_SOURCES += relocatable.c progreloc.c
+DEFS += -DEXEEXT=\"@EXEEXT@\"
 
 Include:
 #include "relocatable.h"