X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d7913476c462b480f11e14b6829942f2691c6c01..95e36146a5be4c921c14f82ab80e3612866c4518:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index b5317f22..03df9e52 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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@