X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8c7ebe49468c229227e6d21c0b48c459dbf1856c..3e3da797621bbcd8f4a4b09057815025c9e43fe0:/lib/Makefile.am?ds=sidebyside diff --git a/lib/Makefile.am b/lib/Makefile.am index bc1bf2e6..bda16e0f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -6,6 +6,11 @@ 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 \