summaryrefslogtreecommitdiff
path: root/libnetfs/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-06-20 05:49:46 +0000
committerMiles Bader <miles@gnu.org>1997-06-20 05:49:46 +0000
commit9a564e75b761984a9e3f4f584a8bde4578890b44 (patch)
tree080a833b5da713820218360f71bcf162f979ae44 /libnetfs/Makefile
parente52c6513af0ef545d16c3deb4441baa9c0253851 (diff)
(OTHERSRCS):
Add trans-callback.c & set-get-trans.c.
Diffstat (limited to 'libnetfs/Makefile')
-rw-r--r--libnetfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile
index a12d659c..92f223e0 100644
--- a/libnetfs/Makefile
+++ b/libnetfs/Makefile
@@ -46,7 +46,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 netfs.c
+ append-std-options.c netfs.c trans-callback.c set-get-trans.c
SRCS= $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS)