]> git.saurik.com Git - bison.git/blobdiff - lib/Makefile.am
Hopefully added to the repository all the distributed files.
[bison.git] / lib / Makefile.am
index 9a4e37fa67cf307e634cc37ae47c75f84b9be261..bc1bf2e63cf8b3d52c9e8e9baab9305d99a940d9 100644 (file)
@@ -6,8 +6,12 @@ noinst_LIBRARIES = libbison.a
 
 INCLUDES = -I.. -I$(srcdir) -I../intl
 
-libbison_a_SOURCES = getopt.c getopt1.c
-noinst_HEADERS = getopt.h
+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)