1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/relocatable-lib-lgpl
Bruno Haible 06d9e7302a 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>.
2017-04-02 21:58:37 +02:00

31 lines
439 B
Plaintext

Description:
Help make libraries relocatable, that is, to allow them to function
properly when copied to an arbitrary directory.
Files:
doc/relocatable.texi
lib/relocatable.h
lib/relocatable.c
m4/relocatable-lib.m4
Depends-on:
strdup
configure.ac:
gl_RELOCATABLE_LIBRARY
if test $RELOCATABLE = yes; then
AC_LIBOBJ([relocatable])
fi
Makefile.am:
DEFS += -DNO_XMALLOC
Include:
"relocatable.h"
License:
LGPLv2+
Maintainer:
Ben Pfaff