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