summaryrefslogtreecommitdiff
path: root/libnetfs/Makefile
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-01 21:30:38 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-01 21:30:38 +0000
commitb99a3ad650fec94f5f476dd739972b8cb6c8daca (patch)
treec445bdf36b64039d1130df1f6716a9e95cfd0bd6 /libnetfs/Makefile
parent1f6601e1a657d7008f6c15fca71d2dc092f7cb78 (diff)
1999-07-01 Thomas Bushnell, BSG <tb@mit.edu>
* nref.c: New file; guts from netfs.h. * nrele.c: Likewise. * nput.c: Likewise. * netfs.h (netfs_nref, netfs_nrele, netfs_nput): Replace inline definitions with normal declarations. (NETFS_EI): Remove macro. * netfs.c: Deleted file. * Makefile (OTHERSRCS): Add nref.c, nrele.c, nput.c. Remove netfs.c.
Diffstat (limited to 'libnetfs/Makefile')
-rw-r--r--libnetfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile
index 26c71f63..28dde970 100644
--- a/libnetfs/Makefile
+++ b/libnetfs/Makefile
@@ -46,7 +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 netfs.c trans-callback.c set-get-trans.c
+ append-std-options.c trans-callback.c set-get-trans.c \
+ nref.c nrele.c nput.c
SRCS= $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS)