summaryrefslogtreecommitdiff
path: root/modules/relocatable-lib-lgpl
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-04-02 21:53:54 +0200
committerBruno Haible <bruno@clisp.org>2017-04-02 21:58:37 +0200
commit06d9e7302a736d7fa3db9cf1eb9850b60aee612f (patch)
tree8504798feb635efe8629e7054ee707f690f2f77f /modules/relocatable-lib-lgpl
parentdd005fce8e271601fc3b9149fc423a924f325433 (diff)
downloadgnulib-06d9e7302a736d7fa3db9cf1eb9850b60aee612f.tar.gz
relocatable-lib-lgpl: Fix link error (regression from 2011-06-16).
* modules/relocatable-lib-lgpl (configure.ac): Add AC_LIBOBJ invocation, like it was done in modules/relocatable-lib on 2011-05-21 and in modules/relocatable-prog on 2011-08-15. Reported by Reuben Thomas <rrt@sc3d.org>.
Diffstat (limited to 'modules/relocatable-lib-lgpl')
-rw-r--r--modules/relocatable-lib-lgpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/relocatable-lib-lgpl b/modules/relocatable-lib-lgpl
index 26abd408cc..11b14000ed 100644
--- a/modules/relocatable-lib-lgpl
+++ b/modules/relocatable-lib-lgpl
@@ -13,6 +13,9 @@ strdup
configure.ac:
gl_RELOCATABLE_LIBRARY
+if test $RELOCATABLE = yes; then
+ AC_LIBOBJ([relocatable])
+fi
Makefile.am:
DEFS += -DNO_XMALLOC