From 6d55632cb72f0972906f0408b73c3536d27132b8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 20 Oct 2002 06:29:41 +0000 Subject: [PATCH] (libbison_a_SOURCES): Remove readpipe.c. Add subpipe.h, subpipe.c. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index f7a012d3..00c639a0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -35,7 +35,7 @@ libbison_a_SOURCES = \ getopt.h getopt.c getopt1.c \ hash.h hash.c \ quote.h quote.c quotearg.h quotearg.c \ - readpipe.c unlocked-io.h \ + subpipe.h subpipe.c unlocked-io.h \ xalloc.h xmalloc.c xstrdup.c xstrndup.c \ $(bitsets_sources) $(additional_bitsets_sources) $(timevars_sources) -- 2.50.0