X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ff4a34be273490d08c7b34a51e309a76c5b2c127..79282c6c57738edbdf1a4e7392a6878ac8405e89:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 104c19be..529ac67a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -6,11 +6,17 @@ noinst_LIBRARIES = libbison.a INCLUDES = -I.. -I$(srcdir) -I../intl +# 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_LIBADD = @LIBOBJS@ libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)