summaryrefslogtreecommitdiff
path: root/libnetfs/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-04-01 04:55:14 +0000
committerRoland McGrath <roland@gnu.org>2001-04-01 04:55:14 +0000
commit08e6a58c89ca1ee4e330cd90d7f62fcae6544217 (patch)
tree5c94341510b6993b8ca6b694891341ac615040ff /libnetfs/Makefile
parentbed1d5f388d9d0dd5fdfa489015ca8d04712f87c (diff)
2001-03-31 Neal H Walfield <neal@cs.uml.edu>
* Makefile (fsys-MIGSFLAGS): Add -DREPLY_PORTS, which we want for netfs_S_fsys_goaway. * fsys-get-options.c (netfs_S_fsys_getoptions): Add reply port arguments to declaration. * fsys-getroot.c (netfs_S_fsys_getroot): Likewise. * fsys-goaway.c (netfs_S_fsys_goaway): Likewise. * fsys-set-options.c (netfs_S_fsys_set_options): Likewise. * fsys-syncfs.c (netfs_S_fsys_syncfs): Likewise. * fsysstubs.c (netfs_S_fsys_getfile): Likewise. (netfs_S_fsys_getpriv): Likewise. (netfs_S_fsys_forward): Likewise. (netfs_S_fsys_startup): Likewise. * Makefile (MIGSTUBS): Add fsys_replyUser.o.
Diffstat (limited to 'libnetfs/Makefile')
-rw-r--r--libnetfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile
index 026c6cbb..75863666 100644
--- a/libnetfs/Makefile
+++ b/libnetfs/Makefile
@@ -54,11 +54,11 @@ SRCS= $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS)
LCLHDRS = netfs.h callbacks.h misc.h modes.h mutations.h priv.h execserver.h
installhdrs=netfs.h
-MIGSTUBS= ioServer.o fsServer.o fsysServer.o ifsockServer.o
+MIGSTUBS= ioServer.o fsServer.o fsysServer.o fsys_replyUser.o ifsockServer.o
OBJS=$(sort $(SRCS:.c=.o) $(MIGSTUBS))
-fsys-MIGSFLAGS = -imacros $(srcdir)/mutations.h
+fsys-MIGSFLAGS = -imacros $(srcdir)/mutations.h -DREPLY_PORTS
fs-MIGSFLAGS = -imacros $(srcdir)/mutations.h
io-MIGSFLAGS = -imacros $(srcdir)/mutations.h
ifsock-MIGSFLAGS = -imacros $(srcdir)/mutations.h