]> git.saurik.com Git - bison.git/blobdiff - lib/Makefile.am
* src/reader.c (readgram): Make sure rules for mid-rule actions
[bison.git] / lib / Makefile.am
index 104c19befc5a5b889dbe0f6b92f942578addef74..51790f5610f0c17ded435555a160c1dc0eaeff3d 100644 (file)
@@ -4,11 +4,16 @@ 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...
+
+EXTRA_DIST = malloc.c realloc.c
 
 libbison_a_SOURCES = \
-  error.c error.h \
   getopt.h getopt.c getopt1.c \
+  hash.h hash.c \
   quote.h quote.c quotearg.h quotearg.c \
   xalloc.h xmalloc.c xstrdup.c