From 8b687a1afe82bd2e5900a51c4340039884d4ba3c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 26 Feb 2002 14:53:18 +0000 Subject: [PATCH] (libfetish_a_SOURCES): Add acl.h, acl.c. --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index 6ab1d59cf4..48c61f9d40 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -13,6 +13,7 @@ DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@ ## added by automake, but on systems with an up to date GNU libc, ## regex.c isn't even compiled. libfetish_a_SOURCES = \ + acl.h acl.c \ getdate.h getdate.y \ posixtm.c posixtm.h \ posixver.c posixver.h \ -- 2.30.2