From: Bruno Haible Date: Mon, 14 Feb 2005 11:05:48 +0000 (+0000) Subject: --enable-relocatable needs canonicalize which needs allocsa. X-Git-Tag: v0.14.2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08385581e3b72da0daef3e8adf7a31b25df30a09;p=thirdparty%2Fgettext.git --enable-relocatable needs canonicalize which needs allocsa. --- diff --git a/gettext-runtime/lib/ChangeLog b/gettext-runtime/lib/ChangeLog index eb1a68aaf..2f009c2d0 100644 --- a/gettext-runtime/lib/ChangeLog +++ b/gettext-runtime/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-02-13 Bruno Haible + + * Makefile.am (libgrt_a_SOURCES): Add allocsa.h, allocsa.c. Needed + when --enable-relocatable is used. + 2005-01-06 Bruno Haible * Makefile.am (libgrt_a_SOURCES): Remove error.h, error.c. diff --git a/gettext-runtime/lib/Makefile.am b/gettext-runtime/lib/Makefile.am index 56c902d54..3c49904f2 100644 --- a/gettext-runtime/lib/Makefile.am +++ b/gettext-runtime/lib/Makefile.am @@ -27,6 +27,7 @@ noinst_LIBRARIES = libgrt.a # Sources that are compiled on all platforms. libgrt_a_SOURCES = \ + ../../gettext-tools/lib/allocsa.h ../../gettext-tools/lib/allocsa.c \ ../../gettext-tools/lib/basename.h ../../gettext-tools/lib/basename.c \ ../../gettext-tools/lib/closeout.h ../../gettext-tools/lib/closeout.c \ ../../gettext-tools/lib/exit.h \