* lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.

This commit is contained in:
Akim Demaille
2002-02-14 11:51:42 +00:00
parent 3309b786a3
commit 842e86794f
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2002-02-14 Akim Demaille <akim@epita.fr>
* lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
2002-02-13 Andreas Schwab <schwab@suse.de>
* src/output.c (output_rule_data): Don't output NULL, it might

View File

@@ -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 \