From bd7b41520c633447a01ef3afa997e9c3673c3c7a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 19 Mar 1996 19:12:28 +0000 Subject: (LCLHDRS): Add callbacks.h misc.h modes.h mutations.h priv.h. --- libnetfs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnetfs/Makefile b/libnetfs/Makefile index 9cf1b074..8e534f47 100644 --- a/libnetfs/Makefile +++ b/libnetfs/Makefile @@ -28,7 +28,7 @@ FSSRCS= file-chauthor.c file-check-access.c file-chflags.c file-chmod.c \ dir-lookup.c dir-unlink.c dir-rename.c dir-rmdir.c dir-mkfile.c \ dir-notice-changes.c dir-mkdir.c dir-link.c file-getcontrol.c \ fsstubs.c file-getlinknode.c dir-readdir.c file-get-fs-options.c \ - file-get-translator.c + file-get-translator.c file-set-translator.c IOSRCS= io-read.c io-readable.c io-seek.c io-write.c io-stat.c io-async.c \ io-set-all-openmodes.c io-get-openmodes.c io-set-some-openmodes.c \ @@ -47,7 +47,7 @@ OTHERSRCS= drop-node.c init-init.c make-node.c make-peropen.c make-protid.c \ SRCS= $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS) -LCLHDRS = netfs.h +LCLHDRS = netfs.h callbacks.h misc.h modes.h mutations.h priv.h installhdrs=netfs.h MIGSTUBS= ioServer.o fsServer.o fsysServer.o ifsockServer.o -- cgit v1.2.3