X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8c7d6a3de82ca7fcbdfa6ad31c3bf70f63c6a069..83cd972a1a7f536a8be5c0e7504768c3fb7298f4:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 529ac67a..50f09c43 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../intl -I$(top_srcdir)/src # Heck, we are still using an old version of Automake which does not # understand LIBOBJ additions using $objext... @@ -14,6 +14,7 @@ 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