1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-15 11:41:20 +03:00
Files
gnulib/modules/qacl
Bruno Haible be8884dd02 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).
2023-01-13 09:30:29 +01:00

27 lines
346 B
Plaintext

Description:
Access control lists of files. (Unportable.)
This is a placeholder module for backwards compatibility.
New programs should use either qcopy-acl or qset-acl or both.
Files:
Depends-on:
qcopy-acl
qset-acl
configure.ac:
Makefile.am:
Include:
Link:
$(LIB_ACL)
$(QCOPY_ACL_LIB)
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering