]> git.saurik.com Git - bison.git/blobdiff - lib/Makefile.am
Give a try to M4 as a back end.
[bison.git] / lib / Makefile.am
index e873c8f326e84c3a45ca03998523d2fc06404b59..be318511a1d4d9275f81632171b3eb9088425a32 100644 (file)
@@ -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
@@ -25,7 +25,7 @@ noinst_LIBRARIES = libbison.a
 # config.h in build/., and system.h is in src/src/.
 INCLUDES = -I$(top_builddir)/intl \
            -I$(top_builddir)      \
-           -I$(top_srcdir)/ \
+           -I$(top_srcdir)/src \
            -I$(top_srcdir)/intl \
            -I$(top_srcdir)/lib
 
@@ -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)