]> git.saurik.com Git - bison.git/blobdiff - lib/Makefile.am
* src/print_graph.h: Fix.
[bison.git] / lib / Makefile.am
index b5317f225ad0ce4401be30541aab0a7f609678f3..bda16e0ff085b7483816e8f35e1615a9e2697ec6 100644 (file)
@@ -6,8 +6,17 @@ noinst_LIBRARIES = libbison.a
 
 INCLUDES = -I.. -I$(srcdir) -I../intl
 
-libbison_a_SOURCES = getopt.c getopt1.c xmalloc.c
-noinst_HEADERS = getopt.h xalloc.h
+# 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 \
+  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_DEPENDENCIES = $(libbison_a_LIBADD)