1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-08-22 17:16:13 +00:00
Files
gnulib/modules/relocatable-lib
Reuben Thomas 1e8195cc6f relocatable-lib{,-lgpl}: add Valgrind suppressions
* lib/relocatable.valgrind: New file.
* modules/relocatable-lib (Files): Add relocatable.valgrind.
* modules/relocatable-lib-lgpl: Likewise.
2017-07-30 13:38:09 +02:00

32 lines
446 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
lib/relocatable.valgrind
m4/relocatable-lib.m4
Depends-on:
xalloc
strdup
configure.ac:
gl_RELOCATABLE_LIBRARY
if test $RELOCATABLE = yes; then
AC_LIBOBJ([relocatable])
fi
Makefile.am:
Include:
"relocatable.h"
License:
GPL
Maintainer:
Ben Pfaff