From: Bruno Haible Date: Mon, 31 Jul 2006 16:43:52 +0000 (+0000) Subject: Update list of filenames after strstr -> c-strstr renaming. X-Git-Tag: 0.16.x-branchpoint~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abe329e6bb04af47ac15d86c4894f24304c7200a;p=thirdparty%2Fgettext.git Update list of filenames after strstr -> c-strstr renaming. --- diff --git a/gettext-runtime/lib/ChangeLog b/gettext-runtime/lib/ChangeLog index 9a40ba838..1a5298c99 100644 --- a/gettext-runtime/lib/ChangeLog +++ b/gettext-runtime/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-07-30 Bruno Haible + + * Makefile.am (libgrt_a_SOURCES): Add c-strstr.h, c-strstr.c. + 2006-07-25 Bruno Haible * Makefile.msvc: Remove file. diff --git a/gettext-runtime/lib/Makefile.am b/gettext-runtime/lib/Makefile.am index 38f41dc99..3d7ce0968 100644 --- a/gettext-runtime/lib/Makefile.am +++ b/gettext-runtime/lib/Makefile.am @@ -31,6 +31,7 @@ libgrt_a_SOURCES = \ ../../gettext-tools/lib/basename.h ../../gettext-tools/lib/basename.c \ ../../gettext-tools/lib/c-ctype.h ../../gettext-tools/lib/c-ctype.c \ ../../gettext-tools/lib/c-strcase.h ../../gettext-tools/lib/c-strcasecmp.c \ + ../../gettext-tools/lib/c-strstr.h ../../gettext-tools/lib/c-strstr.c \ ../../gettext-tools/lib/closeout.h ../../gettext-tools/lib/closeout.c \ ../../gettext-tools/lib/exit.h \ ../../gettext-tools/lib/fwriteerror.h ../../gettext-tools/lib/fwriteerror.c \