diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-13 20:42:09 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-13 20:42:09 +0000 |
commit | 45aece3e4fe8ef36160be9f1b79ff0bdb80061f6 (patch) | |
tree | 024328ce708bf788c5ac02385b0597b8b5da3651 /libdiskfs | |
parent | 042d8553da4c928fc3f527b4ac197cd34dc9679c (diff) |
(MIGSTUBS): Add startu_notifyServer.o.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 5dd64623..fadc4100 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -53,7 +53,8 @@ installhdrs = diskfs.h diskfs-pager.h DIST_FILES = ourfs_notify.defs MIGSTUBS = fsServer.o ioServer.o fsysServer.o exec_startupServer.o \ - fsys_replyUser.o ourfs_notifyUser.o ifsockServer.o + fsys_replyUser.o ourfs_notifyUser.o ifsockServer.o \ + startup_notifyServer.o OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) fsys-MIGSFLAGS = -imacros $(srcdir)/fsmutations.h -DREPLY_PORTS |