X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a64d6fe0c3e7af6ae252fbae16ad867baebbc897..be2a1a68efe93f7046f77b81346e4c740c14fb40:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 637f4dee..be318511 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,4 +1,4 @@ -## Copyright 2001 Free Software Foundation, Inc. +## Copyright (C) 2001, 2002 Free Software Foundation, Inc. ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -35,10 +35,12 @@ INCLUDES = -I$(top_builddir)/intl \ EXTRA_DIST = malloc.c realloc.c libbison_a_SOURCES = \ + basename.c dirname.h dirname.c \ getopt.h getopt.c getopt1.c \ hash.h hash.c \ quote.h quote.c quotearg.h quotearg.c \ - xalloc.h xmalloc.c xstrdup.c + xalloc.h xmalloc.c xstrdup.c xstrndup.c \ + readpipe.c libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@ libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)