diff options
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 94d5f67b..e30994a6 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -53,6 +53,8 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ SRCS = $(NOTIFYSRCS) $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(INTSRCS) \ $(IFSOCKSRCS) +TAGSHDRS = diskfs.h priv.h lithp.h fsmutations.h + MIGSTUBS = fsServer.o ioServer.o fsysServer.o notifyServer.o execServer.o \ interruptServer.o fsys_replyUser.o msgUser.o ifsockServer.o |