summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-02-26 14:53:18 +0000
committerJim Meyering <jim@meyering.net>2002-02-26 14:53:18 +0000
commit4656d211810563ec4ee8faec721b7052f9e53aad (patch)
tree45fccdfb3928091806082d70c1ff9bd0fcd88fe3 /lib
parentb11f94d927dcfec95e926d01dac44da6631c17bd (diff)
downloadcoreutils-4656d211810563ec4ee8faec721b7052f9e53aad.tar.xz
(libfetish_a_SOURCES): Add acl.h, acl.c.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 6ab1d59cf..48c61f9d4 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 \