From 559a86c040089e9d015967ff7118e9d1df73d3cf Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 15 Jun 1996 23:58:51 +0000 Subject: (FSSRCS): Add file-get-fs-options.c (FSYSSRCS): Add fsys-set-options.c & fsys-get-options.c. --- libtrivfs/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index 67769822..2e0d4db6 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -24,7 +24,8 @@ FSSRCS= dir-link.c dir-mkdir.c dir-mkfile.c dir-lookup.c dir-readdir.c \ file-get-transcntl.c file-getcontrol.c file-getfh.c \ file-getlinknode.c file-lock.c file-set-trans.c file-statfs.c \ file-sync.c file-syncfs.c file-set-size.c file-utimes.c file-exec.c \ - file-access.c dir-chg.c file-chg.c file-inv.c file-get-storage-info.c + file-access.c dir-chg.c file-chg.c file-inv.c file-get-storage-info.c \ + file-get-fs-options.c IOSRCS=io-async-icky.c io-async.c io-duplicate.c io-map.c io-modes-get.c \ io-modes-off.c io-modes-on.c io-modes-set.c io-owner-get.c \ @@ -32,7 +33,8 @@ IOSRCS=io-async-icky.c io-async.c io-duplicate.c io-map.c io-modes-get.c \ io-reauthenticate.c io-restrict-auth.c io-seek.c io-select.c \ io-stat.c io-stubs.c io-write.c io-version.c io-identity.c -FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-stubs.c fsys-syncfs.c fsys-forward.c +FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-stubs.c fsys-syncfs.c \ + fsys-forward.c fsys-set-options.c fsys-get-options.c OTHERSRCS=demuxer.c protid-clean.c protid-dup.c cntl-create.c \ cntl-clean.c migsupport.c times.c startup.c open.c -- cgit v1.2.3