diff options
-rw-r--r-- | libdiskfs/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 97de0b4c..3935a95c 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -41,9 +41,10 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ peropen-make.c peropen-rele.c protid-make.c protid-rele.c \ init-init.c init-startup.c init-first.c init-completed.c \ rdwr-internal.c boot-start.c demuxer.c node-times.c shutdown.c \ - sync-interval.c sync-default.c opts-set.c opts-get.c \ - opts-std-startup.c opts-runtime-def.c opts-common.c \ - trans-callback.c readonly.c remount.c filedev.c machdev.c \ + sync-interval.c sync-default.c \ + opts-set.c opts-get.c opts-std-startup.c opts-runtime-parse.c \ + opts-runtime-unparse.c opts-common.c \ + trans-callback.c readonly.c remount.c filedev.c machdev.c \ dev-open.c dev-io.c dev-globals.c console.c disk-pager.c SRCS = $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS) LCLHDRS = diskfs.h priv.h lithp.h fsmutations.h |