openat: provide more convenience names
[pspp] / modules / relocatable-prog
index 6029b7c7831cac0caf2db026eb278c29fb6a59f6..62c0b31e9a5d8e40ee70f02ccfdf694ad7420772 100644 (file)
@@ -11,6 +11,7 @@ lib/relocatable.c
 lib/progreloc.c
 m4/relocatable.m4
 m4/relocatable-lib.m4
+m4/lib-ld.m4
 
 Depends-on:
 relocatable-prog-wrapper
@@ -20,13 +21,14 @@ xalloc
 xreadlink
 stdbool
 unistd
+memcmp
+strdup
 
 configure.ac:
 gl_RELOCATABLE([$gl_source_base])
 
 Makefile.am:
-DEFS += -DEXEEXT=\"$(EXEEXT)\"
-lib_SOURCES += progreloc.c
+DEFS += -DEXEEXT=\"@EXEEXT@\"
 
 Include:
 #include "relocatable.h"