diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-22 20:44:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-22 20:44:05 +0000 |
commit | f8f5cd8d12442153edd3c4d189eac6589d8c68aa (patch) | |
tree | 80626c36f1992aa6b7b05768446b91d6e95a4707 /libdiskfs/Makefile | |
parent | 59c20566c0342992e77c4e9658d5d92219b83a95 (diff) |
(OTHERSRCS): Add direnter.c, dirrewrite.c, dirremove.c, and lookup.c.
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 68cfca6a..67b65e3e 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 + name-cache.c direnter.c dirrewrite.c dirremove.c lookup.c SRCS = $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS) LCLHDRS = diskfs.h priv.h lithp.h fsmutations.h installhdrs = diskfs.h diskfs-pager.h |