# HG changeset patch # User Bruno Haible # Date 1172964529 0 # Node ID c21a7c5e10e94e442ce1451db127bdbdf2884595 # Parent b14a7aad863fc0c06ef3afa0b8413fd364e49d87 Copied from relocatable-lib. diff --git a/modules/relocatable-lib-lgpl b/modules/relocatable-lib-lgpl new file mode 100644 --- /dev/null +++ b/modules/relocatable-lib-lgpl @@ -0,0 +1,27 @@ +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: + +configure.ac: + +Makefile.am: +DEFS += -DNO_XMALLOC +lib_SOURCES += relocatable.c + +Include: +"relocatable.h" + +License: +LGPL + +Maintainer: +Bruno Haible, Ben Pfaff +