diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-06-10 00:49:08 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-10 00:49:08 +0000 |
commit | ccfe09026c427fc956647a53478e8849e26d98be (patch) | |
tree | cd8855cb6c5e546ef139bdfff7bfd91978304bb1 /libdiskfs/Makefile | |
parent | 4a962f71272bd9e6212942f72bd1bf8ce6f63203 (diff) |
Fri Jun 6 11:42:14 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (LCLHDRS): Add fhandle.h.
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 aa96cb49..491e99a6 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -49,7 +49,7 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ validate-mode.c validate-group.c validate-author.c validate-flags.c \ validate-rdev.c validate-owner.c extra-version.c diskfs.c SRCS = $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS) -LCLHDRS = diskfs.h priv.h lithp.h fsmutations.h diskfs-pager.h +LCLHDRS = diskfs.h priv.h lithp.h fsmutations.h diskfs-pager.h fhandle.h installhdrs = diskfs.h diskfs-pager.h DIST_FILES = ourfs_notify.defs |