X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1853982561f87a729024577156def20433035946..b02deb443c518aa004a8e10f308114241a1628fc:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index e56419a5..bda16e0f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -6,9 +6,17 @@ noinst_LIBRARIES = libbison.a INCLUDES = -I.. -I$(srcdir) -I../intl -libbison_a_SOURCES = getopt.c getopt1.c +# Heck, we are still using an old version of Automake which does not +# understand LIBOBJ additions using $objext... + +EXTRA_DIST = malloc.c realloc.c + +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) - -noinst_HEADERS = getopt.h