X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frelocatable-lib;h=e86f8c52dd2c85d7d2dcc46dbcdd2d235769457d;hb=a27cef6cc21820b092cabf44ee1caec3c484935d;hp=6cbd8690c8363735d84a71605338af2cc0868a82;hpb=cc6c2db7cb7b4eabdfb69cb12bae326cec403a8f;p=gnulib.git diff --git a/modules/relocatable-lib b/modules/relocatable-lib index 6cbd8690c..e86f8c52d 100644 --- a/modules/relocatable-lib +++ b/modules/relocatable-lib @@ -9,18 +9,22 @@ lib/relocatable.c m4/relocatable-lib.m4 Depends-on: +xalloc +strdup configure.ac: +gl_RELOCATABLE_LIBRARY +if test $RELOCATABLE = yes; then + AC_LIBOBJ([relocatable]) +fi Makefile.am: -DEFS += -DNO_XMALLOC -lib_SOURCES += relocatable.c Include: "relocatable.h" License: -LGPL +GPL Maintainer: Bruno Haible, Ben Pfaff