X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/18569462dba3a1ce0dbcdefdcfe04cfea33e8826..9edcd89542cbc475e2e17606166ca7e0d541917a:/lib/Makefile.am?ds=sidebyside diff --git a/lib/Makefile.am b/lib/Makefile.am index bda16e0f..4dbe1978 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = ansi2knr noinst_LIBRARIES = libbison.a -INCLUDES = -I.. -I$(srcdir) -I../intl +INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/src -I../intl # Heck, we are still using an old version of Automake which does not # understand LIBOBJ additions using $objext... @@ -14,9 +14,10 @@ EXTRA_DIST = malloc.c realloc.c libbison_a_SOURCES = \ error.c error.h \ getopt.h getopt.c getopt1.c \ + hash.h hash.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)