diff options
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 8cd19d9a..02a445dc 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -46,7 +46,7 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.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 \ - name-cache.c direnter.c dirrewrite.c dirremove.c lookup.c + name-cache.c direnter.c dirrewrite.c dirremove.c lookup.c dead-name.c SRCS = $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS) LCLHDRS = diskfs.h priv.h lithp.h fsmutations.h installhdrs = diskfs.h diskfs-pager.h |