From ef774a082bb4dff7700b81ccde0cd5b6a0579b34 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 24 Nov 2005 06:48:55 +0000 Subject: [PATCH] (libcoreutils_a_SOURCES): Add buffer-lcm.c, buffer-lcm.h. --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index 82088da162..603887e342 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -27,6 +27,7 @@ DEFS += -DLIBDIR=\"$(libdir)\" libcoreutils_a_SOURCES = \ allocsa.c allocsa.h \ + buffer-lcm.c buffer-lcm.h \ euidaccess.h \ exit.h \ fprintftime.c fprintftime.h \ -- 2.47.3