summaryrefslogtreecommitdiff
path: root/libdiskfs/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-01-06 16:48:46 +0000
committerRoland McGrath <roland@gnu.org>1996-01-06 16:48:46 +0000
commit462110dd9d400b195faa82928986613c3c1dffbb (patch)
treeaa83d0e6264a8a655bd077f4d55ad198d1084b73 /libdiskfs/Makefile
parented747c765da6dbf6d64e1c375e7033124e51b0ba (diff)
(installhdrs): Add diskfs-pager.h.
(OTHERSRCS): Add disk-pager.c.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r--libdiskfs/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile
index 78dd8939..97de0b4c 100644
--- a/libdiskfs/Makefile
+++ b/libdiskfs/Makefile
@@ -41,12 +41,13 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \
peropen-make.c peropen-rele.c protid-make.c protid-rele.c \
init-init.c init-startup.c init-first.c init-completed.c \
rdwr-internal.c boot-start.c demuxer.c node-times.c shutdown.c \
- sync-interval.c sync-default.c opts-set.c opts-get.c opts-std-startup.c \
- opts-runtime-def.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
+ sync-interval.c sync-default.c opts-set.c opts-get.c \
+ opts-std-startup.c opts-runtime-def.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
SRCS = $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS)
LCLHDRS = diskfs.h priv.h lithp.h fsmutations.h
-installhdrs = diskfs.h
+installhdrs = diskfs.h diskfs-pager.h
DIST_FILES = ourfs_notify.defs
MIGSTUBS = fsServer.o ioServer.o fsysServer.o exec_startupServer.o \