summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-10-10 08:24:02 +0200
committerJim Meyering <meyering@redhat.com>2009-10-10 08:24:02 +0200
commitc9e7b8844b8c5c9e073d21cde57e945eda5ea2c2 (patch)
treef3c5ba7719279e0ad2378dd495b6ff7771031238
parent219f2f05382031f5d7e9532cc5768e79620bb90a (diff)
downloadcoreutils-c9e7b8844b8c5c9e073d21cde57e945eda5ea2c2.tar.xz
build: ls: fix link failure due to missing -lacl
* src/Makefile.am (ls_LDADD): Re-add $(LIB_ACL). Inadvertently-removed by commit 78c93601.
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ed7cc8648..aee904f6b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -273,6 +273,7 @@ su_LDADD += $(LIB_CRYPT)
# for various ACL functions
copy_LDADD += $(LIB_ACL)
dir_LDADD += $(LIB_ACL)
+ls_LDADD += $(LIB_ACL)
# for various xattr functions
copy_LDADD += $(LIB_XATTR)