From: Jim Meyering Date: Tue, 26 Feb 2002 14:53:18 +0000 (+0000) Subject: (libfetish_a_SOURCES): Add acl.h, acl.c. X-Git-Tag: FILEUTILS-4_1_6~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4656d211810563ec4ee8faec721b7052f9e53aad;p=thirdparty%2Fcoreutils.git (libfetish_a_SOURCES): Add acl.h, acl.c. --- 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 \