From: Jim Meyering Date: Tue, 26 Feb 2002 14:53:18 +0000 (+0000) Subject: (libfetish_a_SOURCES): Add acl.h, acl.c. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b687a1afe82bd2e5900a51c4340039884d4ba3c;p=pspp (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 \