diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2007-03-20 13:21:33 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-20 13:21:33 +0100 |
commit | 02b2e48b12165881903e3bd3c325efa40ffe148a (patch) | |
tree | 3e74dcff68e6e21b6ac47e85c6b5c1e2d3ff5310 | |
parent | 5bc4b89be85cb2f3050f6f78dec352e0e64c3da3 (diff) | |
download | coreutils-02b2e48b12165881903e3bd3c325efa40ffe148a.tar.xz |
* src/Makefile.am (dir_LDADD, ls_LDADD, vdir_LDADD):
Add $(LIB_ACL_TRIVIAL).
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/Makefile.am | 6 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2007-03-19 Paul Eggert <eggert@cs.ucla.edu> + + * src/Makefile.am (dir_LDADD, ls_LDADD, vdir_LDADD): + Add $(LIB_ACL_TRIVIAL). + 2007-03-18 Jim Meyering <jim@meyering.net> Fix a generic NFS-related test failure. diff --git a/src/Makefile.am b/src/Makefile.am index 7aa504b36..863a32b5a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -104,9 +104,9 @@ uptime_LDADD = $(LDADD) $(POW_LIB) $(GETLOADAVG_LIBS) su_LDADD = $(LDADD) $(LIB_CRYPT) -dir_LDADD += $(LIB_ACL) -ls_LDADD += $(LIB_ACL) -vdir_LDADD += $(LIB_ACL) +dir_LDADD += $(LIB_ACL_TRIVIAL) $(LIB_ACL) +ls_LDADD += $(LIB_ACL_TRIVIAL) $(LIB_ACL) +vdir_LDADD += $(LIB_ACL_TRIVIAL) $(LIB_ACL) cp_LDADD += $(LIB_ACL) mv_LDADD += $(LIB_ACL) ginstall_LDADD += $(LIB_ACL) |