diff options
author | Roland McGrath <roland@gnu.org> | 2001-02-26 04:14:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-02-26 04:14:56 +0000 |
commit | c2b65c1b3c639082fc479ba379252175515633a9 (patch) | |
tree | d34c76782d0e6ec22b8ddc7feae88de71b299a09 /libdiskfs/Makefile | |
parent | 7081521ad303772bde7a76cf2e337f0ce5e294f3 (diff) | |
download | hurd-c2b65c1b3c639082fc479ba379252175515633a9.tar.gz hurd-c2b65c1b3c639082fc479ba379252175515633a9.tar.bz2 hurd-c2b65c1b3c639082fc479ba379252175515633a9.zip |
2001-02-25 Roland McGrath <roland@frob.com>
* readonly-changed.c: New file.
* Makefile (OTHERSRCS): Add it.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 9180c74d..56cba641 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994,95,96,97,98,99,2000 Free Software Foundation, Inc. +# Copyright (C) 1994,95,96,97,98,99,2000, 2001 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -46,10 +46,11 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ sync-interval.c sync-default.c \ opts-set.c opts-get.c opts-std-startup.c opts-std-runtime.c \ opts-append-std.c opts-common.c opts-runtime.c opts-version.c \ - trans-callback.c readonly.c remount.c console.c disk-pager.c \ + trans-callback.c readonly.c readonly-changed.c \ + remount.c console.c disk-pager.c \ name-cache.c direnter.c dirrewrite.c dirremove.c lookup.c dead-name.c \ validate-mode.c validate-group.c validate-author.c validate-flags.c \ - validate-rdev.c validate-owner.c extra-version.c + validate-rdev.c validate-owner.c extra-version.c SRCS = $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS) LCLHDRS = diskfs.h priv.h lithp.h fsmutations.h diskfs-pager.h fhandle.h installhdrs = diskfs.h diskfs-pager.h |