Hash :
be8884dd
Author :
Date :
2023-01-13T09:30:29
qcopy-acl: Adjust link dependencies. * modules/qcopy-acl (Depends-on): Add condition. (configure.ac): Set QCOPY_ACL_LIB. (Link): Add $(QCOPY_ACL_LIB). Remove $(LIB_ACL). * modules/qacl (Link): Add $(LIB_ACL) and $(QCOPY_ACL_LIB). * modules/acl (Link): Add $(LIB_ACL) and $(QCOPY_ACL_LIB). * modules/copy-file (Link): Add $(QCOPY_ACL_LIB). * modules/supersede (Link): Add $(QCOPY_ACL_LIB). * modules/acl-tests (Makefile.am): Link test-copy-acl with $(QCOPY_ACL_LIB). * modules/copy-file-tests (Makefile.am): Link test-copy-file with $(QCOPY_ACL_LIB). * modules/supersede-tests (Makefile.am): Link test-supersede with $(QCOPY_ACL_LIB).
Description:
Access control lists of files, with diagnostics. (Unportable.)
Files:
lib/copy-acl.c
lib/set-acl.c
Depends-on:
error
gettext-h
qcopy-acl
qset-acl
quote
configure.ac:
Makefile.am:
lib_SOURCES += copy-acl.c set-acl.c
Include:
"acl.h"
Link:
$(MBRTOWC_LIB)
$(LIB_ACL)
$(QCOPY_ACL_LIB)
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering