]> git.saurik.com Git - bison.git/blobdiff - lib/Makefile.am
* src/print_graph.c (print_actions): CPP out useless code.
[bison.git] / lib / Makefile.am
index bc1bf2e63cf8b3d52c9e8e9baab9305d99a940d9..bda16e0ff085b7483816e8f35e1615a9e2697ec6 100644 (file)
@@ -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 \