summaryrefslogtreecommitdiff
path: root/libnetfs/Makefile
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2001-01-30 00:50:25 +0000
committerMarcus Brinkmann <marcus@gnu.org>2001-01-30 00:50:25 +0000
commit0e64f4e5701389ae3df1f6c388173e3ec254fc89 (patch)
tree9addc41a01834232537fe2b63f5289e5d24611af /libnetfs/Makefile
parenta9947c232ecddc42551b144f119ac3b46a608d2a (diff)
2001-01-15 Neal H Walfield <neal@cs.uml.edu>
* netfs.h: Added netfs_get_storage_info. * file-get-storage-info.c (netfs_S_get_storage_info): Calls netfs_get_storage_info instead of providing default response. * file-get-storage-info-default.c: New file. (netfs_get_storage_info): Provides default response.
Diffstat (limited to 'libnetfs/Makefile')
-rw-r--r--libnetfs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile
index b11f1ecd..026c6cbb 100644
--- a/libnetfs/Makefile
+++ b/libnetfs/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation
+# Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation
# Written by Michael I. Bushnell.
#
# This file is part of the GNU Hurd.
@@ -46,8 +46,8 @@ OTHERSRCS= drop-node.c init-init.c make-node.c make-peropen.c make-protid.c \
init-loop.c demuxer.c shutdown.c release-protid.c release-peropen.c \
init-startup.c startup-argp.c set-options.c append-args.c \
runtime-argp.c std-runtime-argp.c std-startup-argp.c \
- append-std-options.c trans-callback.c set-get-trans.c \
- nref.c nrele.c nput.c
+ append-std-options.c trans-callback.c set-get-trans.c \
+ nref.c nrele.c nput.c file-get-storage-info-default.c
SRCS= $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS)