summaryrefslogtreecommitdiff
path: root/libfshelp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libfshelp/Makefile')
-rw-r--r--libfshelp/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile
index c08b521d..30879dc9 100644
--- a/libfshelp/Makefile
+++ b/libfshelp/Makefile
@@ -1,5 +1,5 @@
-#
-# Copyright (C) 1994, 1995, 1996 Free Software Foundation
+#
+# Copyright (C) 1994, 95, 96, 98, 1999, 2006 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -22,17 +22,18 @@ libname = libfshelp
SRCS = lock-acquire.c lock-init.c \
start-translator-long.c start-translator.c \
fetch-root.c transbox-init.c set-active.c fetch-control.c \
- drop-transbox.c \
+ drop-transbox.c translated.c \
delegate.c \
exec-reauth.c \
set-options.c \
- return-buffer.c get-identity.c \
- fshelp.c
+ get-identity.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
-HURDLIBS=shouldbeinlibc threads
+HURDLIBS = shouldbeinlibc threads iohelp ports
OBJS = $(subst .c,.o,$(SRCS))
include ../Makeconf
-