]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
--enable-relocatable needs canonicalize which needs allocsa.
authorBruno Haible <bruno@clisp.org>
Mon, 14 Feb 2005 11:05:48 +0000 (11:05 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:15 +0000 (12:12 +0200)
gettext-runtime/lib/ChangeLog
gettext-runtime/lib/Makefile.am

index eb1a68aaf707312ee020c52f06b0706858830e57..2f009c2d0fae1e492ab00a74d91eec0645d623f9 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-13  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (libgrt_a_SOURCES): Add allocsa.h, allocsa.c. Needed
+       when --enable-relocatable is used.
+
 2005-01-06  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (libgrt_a_SOURCES): Remove error.h, error.c.
index 56c902d54408d7eadf7b2c9574bbca5786dc0dba..3c49904f2e10450ee7f6776a2ae3d1ba8a442605 100644 (file)
@@ -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 \