diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:26:31 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:26:31 +0000 |
commit | 3e94c51b0ade0767cf807dad1052e2e927ecc535 (patch) | |
tree | 2d12e6f3ce387be61eca5005933d2bc30efde7e2 /libnetfs/Makefile | |
parent | b0886bd7ecb4ed1976d8ceddb1aeff3f54110114 (diff) |
Mon Oct 21 21:56:33 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* netfs.h: Add extern inline protection.
* netfs.c: New file.
* Makefile (OTHERSRCS): Add netfs.c.
Diffstat (limited to 'libnetfs/Makefile')
-rw-r--r-- | libnetfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile index 12cede62..b4a5d6a2 100644 --- a/libnetfs/Makefile +++ b/libnetfs/Makefile @@ -44,7 +44,7 @@ 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 + append-std-options.c netfs.c SRCS= $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS) |