]> git.saurik.com Git - bison.git/blobdiff - lib/Makefile.am
* lib/xstrdup.c: New file, from the fileutils.
[bison.git] / lib / Makefile.am
index e56419a53f53fb1a0cafb9aadca869a880160932..03df9e52d2fc9d279bb820827c99a5a19ff9286e 100644 (file)
@@ -6,9 +6,8 @@ noinst_LIBRARIES = libbison.a
 
 INCLUDES = -I.. -I$(srcdir) -I../intl
 
-libbison_a_SOURCES = getopt.c getopt1.c
+libbison_a_SOURCES = getopt.c getopt1.c xmalloc.c xstrdup.c
+noinst_HEADERS = getopt.h xalloc.h
 
 libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
 libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)
-
-noinst_HEADERS = getopt.h