From: Paul Eggert Date: Sun, 3 Nov 2002 08:39:43 +0000 (+0000) Subject: (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c. X-Git-Tag: BISON-1_875~363 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/aad8382e8d9f1d602885a4db57a08180fe7f51c8?ds=inline (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 00c639a0..15e7ef65 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -34,6 +34,7 @@ libbison_a_SOURCES = \ basename.c dirname.h dirname.c \ getopt.h getopt.c getopt1.c \ hash.h hash.c \ + mbswidth.h mbswidth.c \ quote.h quote.c quotearg.h quotearg.c \ subpipe.h subpipe.c unlocked-io.h \ xalloc.h xmalloc.c xstrdup.c xstrndup.c \