summaryrefslogtreecommitdiff
path: root/libfshelp/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-07-03 01:10:17 +0000
committerRoland McGrath <roland@gnu.org>2001-07-03 01:10:17 +0000
commitcfdf7c3ded1e3165ae643a740a4a0425cecdadcb (patch)
tree9e86c8233b18bd0cf268c48bf9b163494483fa2b /libfshelp/Makefile
parentb5f0edcc31bbdb8969404b409311c29240281c24 (diff)
2001-06-21 Neal H Walfield <neal@cs.uml.edu>
* fshelp.h (fshelp_iscontroller): Declare new function. * perms-iscontroller.c: New file. * Makefile (SRCS): Add it.
Diffstat (limited to 'libfshelp/Makefile')
-rw-r--r--libfshelp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile
index 6dc47da6..11c14985 100644
--- a/libfshelp/Makefile
+++ b/libfshelp/Makefile
@@ -27,7 +27,8 @@ SRCS = lock-acquire.c lock-init.c \
exec-reauth.c \
set-options.c \
get-identity.c \
- perms-isowner.c perms-access.c perms-checkdirmod.c \
+ perms-isowner.c perms-iscontroller.c perms-access.c \
+ perms-checkdirmod.c \
touch.c
LCLHDRS = fshelp.h locks.h trans.h
installhdrs = fshelp.h