gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / relocatable-lib
index 86c70b5..e86f8c5 100644 (file)
@@ -10,11 +10,15 @@ m4/relocatable-lib.m4
 
 Depends-on:
 xalloc
+strdup
 
 configure.ac:
+gl_RELOCATABLE_LIBRARY
+if test $RELOCATABLE = yes; then
+  AC_LIBOBJ([relocatable])
+fi
 
 Makefile.am:
-lib_SOURCES += relocatable.c
 
 Include:
 "relocatable.h"