diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-19 19:56:23 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-19 19:56:23 +0000 |
commit | 3ab905b71195fdaf1d13a4075ee2cff6af07b09f (patch) | |
tree | fd3525f08efc384cb7e49650f88a0a9fd230bc3a /libdiskfs/Makefile | |
parent | 1bd3080c386c20e582939f37073e28fc128f4947 (diff) |
(OTHERSRCS): Add name-cache.c.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 3935a95c..68cfca6a 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -45,7 +45,8 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.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 + dev-open.c dev-io.c dev-globals.c console.c disk-pager.c \ + name-cache.c SRCS = $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS) LCLHDRS = diskfs.h priv.h lithp.h fsmutations.h installhdrs = diskfs.h diskfs-pager.h |