From 842e86794f85a9978791b851b10afcdd0d1745b5 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 14 Feb 2002 11:51:42 +0000 Subject: [PATCH] * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c. --- ChangeLog | 4 ++++ lib/Makefile.am | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 32f37fb2..d6f828cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-02-14 Akim Demaille + + * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c. + 2002-02-13 Andreas Schwab * src/output.c (output_rule_data): Don't output NULL, it might diff --git a/lib/Makefile.am b/lib/Makefile.am index be318511..99ec8c8e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -30,9 +30,9 @@ INCLUDES = -I$(top_builddir)/intl \ -I$(top_srcdir)/lib # Heck, we are still using an old version of Automake which does not -# understand LIBOBJ additions using $objext... - -EXTRA_DIST = malloc.c realloc.c +# understand inner AC_LIBOBJ (i.e., from Autoconf itself, not from +# configure.in). +EXTRA_DIST = malloc.c realloc.c strnlen.c libbison_a_SOURCES = \ basename.c dirname.h dirname.c \ -- 2.45.2