diff options
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index a2cda8ad..f3564e69 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -42,16 +42,13 @@ NOTIFYSRCS=notify-nosenders.c notify-stubs.c INTSRCS=interrupt.c -OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ - node-create.c node-drop.c node-make.c node-rdwr.c node-update.c \ - peropen-make.c peropen-rele.c protid-make.c protid-rele.c \ - rdwr-internal.c init-init.c \ - init-startup.c init-first.c \ - boot-parse.c boot-start.c \ - demuxer.c exc.c node-times.c \ - shutdown.c \ - sync-interval.c sync-default.c \ - opts-set.c opts-std-startup.c opts-runtime-def.c +OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ + node-create.c node-drop.c node-make.c node-rdwr.c node-update.c \ + peropen-make.c peropen-rele.c protid-make.c protid-rele.c \ + rdwr-internal.c init-init.c init-startup.c init-first.c \ + boot-parse.c boot-start.c demuxer.c exc.c node-times.c shutdown.c \ + sync-interval.c sync-default.c opts-set.c opts-std-startup.c \ + opts-runtime-def.c trans-callback.c SRCS = $(NOTIFYSRCS) $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(INTSRCS) \ $(IFSOCKSRCS) |