summaryrefslogtreecommitdiff
path: root/libtrivfs/Makefile
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-09-08 08:43:06 +0000
committerThomas Bushnell <thomas@gnu.org>1999-09-08 08:43:06 +0000
commit45a569132f7b3d9c5ae0080908491baf525fa511 (patch)
tree2fbf3936bfe00588232e241b32ff7405df8fd005 /libtrivfs/Makefile
parentbd1306f7f3c4441bbb057b031f251e2f31317d79 (diff)
1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
* io-map-segment.c (trivfs_S_io_map): New file. * io-map.c (trivfs_S_io_map): Just call trivfs_S_io_map_segment. * Makefile (IOSRCS): Add io-map-segment.c.
Diffstat (limited to 'libtrivfs/Makefile')
-rw-r--r--libtrivfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 58322c15..940496dd 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -31,7 +31,8 @@ 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 \
io-owner-mod.c io-pathconf.c io-read.c io-readable.c io-revoke.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
+ io-stat.c io-stubs.c io-write.c io-version.c io-identity.c \
+ io-map-segment.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