X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a0f6b076110ea79f25e13701d7f0ee4b38630d4d..c95f2d781ff015295559f273075a4a930866d605:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 9a4e37fa..bc1bf2e6 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -6,8 +6,12 @@ noinst_LIBRARIES = libbison.a INCLUDES = -I.. -I$(srcdir) -I../intl -libbison_a_SOURCES = getopt.c getopt1.c -noinst_HEADERS = getopt.h +libbison_a_SOURCES = \ + error.c error.h \ + getopt.h getopt.c getopt1.c \ + obstack.h obstack.c \ + quote.h quote.c quotearg.h quotearg.c \ + xalloc.h xmalloc.c xstrdup.c libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@ libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)