diff options
-rw-r--r-- | libdiskfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index db689d48..20d33e82 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -25,7 +25,7 @@ FSSRCS= dir-link.c dir-mkdir.c dir-mkfile.c dir-pathtrans.c dir-rename.c \ file-pathconf.c file-set-trans.c file-statfs.c file-sync.c \ file-syncfs.c file-truncate.c file-utimes.c file-getcontrol.c \ file-lock.c file-chmod.c dir-readdir.c file-lock-stat.c file-exec.c \ - dir-chg.c file-chg.c file-access.c + dir-chg.c file-chg.c file-access.c file-inv-trans.c IOSRCS= io-async-icky.c io-async.c io-duplicate.c io-get-conch.c \ io-interrupt.c io-map-cntl.c io-map.c io-modes-get.c io-modes-off.c \ @@ -48,7 +48,7 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ rdwr-internal.c trans-destroy.c trans-start.c init-init.c \ init-first.c init-loop.c boot-parse.c boot-start.c ports-clean.c \ ports-consts.c pager-consts.c ports-demuxer.c exc.c node-times.c \ - trans-sync.c shutdown.c ports-noports.c ports-soft.c + trans-sync.c shutdown.c ports-noports.c ports-soft.c ports-idle.c SRCS = $(NOTIFYSRCS) $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(INTSRCS) \ $(IFSOCKSRCS) |