]> git.saurik.com Git - bison.git/blobdiff - lib/Makefile.am
Use the more standard files `xalloc.h' and `xmalloc.c' instead of
[bison.git] / lib / Makefile.am
index 9a4e37fa67cf307e634cc37ae47c75f84b9be261..b5317f225ad0ce4401be30541aab0a7f609678f3 100644 (file)
@@ -6,8 +6,8 @@ noinst_LIBRARIES = libbison.a
 
 INCLUDES = -I.. -I$(srcdir) -I../intl
 
-libbison_a_SOURCES = getopt.c getopt1.c
-noinst_HEADERS = getopt.h
+libbison_a_SOURCES = getopt.c getopt1.c xmalloc.c
+noinst_HEADERS = getopt.h xalloc.h
 
 libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
 libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)