From: Paul Eggert Date: Wed, 11 Dec 2002 05:26:00 +0000 (+0000) Subject: (libbison_a_SOURCES): Add get-errno.h, get-errno.c. X-Git-Tag: BISON-1_875~146 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/f6a8ccf40a5d686d991739cecc46dcc6d422103b (libbison_a_SOURCES): Add get-errno.h, get-errno.c. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index c70d4760..2a24d0d0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -35,6 +35,7 @@ EXTRA_DIST = malloc.c realloc.c strnlen.c libbison_a_SOURCES = \ gettext.h \ basename.c dirname.h dirname.c \ + get-errno.h get-errno.c \ getopt.h getopt.c getopt1.c \ hash.h hash.c \ mbswidth.h mbswidth.c \