X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/cd931d9b53a0d7f54babde5ddeee26f59e1bb54c..500bbfcd816776d0ddbf3555fedd41b529c405b3:/lib/Makefile.am?ds=sidebyside diff --git a/lib/Makefile.am b/lib/Makefile.am index 0de12dbc..15e7ef65 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -15,8 +15,6 @@ ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA ## 02111-1307 USA -AUTOMAKE_OPTIONS = ansi2knr - AM_CFLAGS = $(WARNING_CFLAGS) noinst_LIBRARIES = libbison.a @@ -36,8 +34,9 @@ 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 \ - readpipe.c unlocked-io.h \ + subpipe.h subpipe.c unlocked-io.h \ xalloc.h xmalloc.c xstrdup.c xstrndup.c \ $(bitsets_sources) $(additional_bitsets_sources) $(timevars_sources)