summaryrefslogtreecommitdiff
path: root/tmpfs/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-02-26 04:13:58 +0000
committerRoland McGrath <roland@gnu.org>2001-02-26 04:13:58 +0000
commit843308fa3521ae0cb319442ac03d951c0a7d1230 (patch)
tree7c766ea629d15280bbbfb54e754a1c8d40e829a4 /tmpfs/Makefile
parentdf7d041bf4823be893869b1092800e77f187a4ac (diff)
2001-02-25 Roland McGrath <roland@frob.com>
* pager-stubs.c: New file. * Makefile (SRCS): Add it.
Diffstat (limited to 'tmpfs/Makefile')
-rw-r--r--tmpfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpfs/Makefile b/tmpfs/Makefile
index b168b6e0..d5e122b6 100644
--- a/tmpfs/Makefile
+++ b/tmpfs/Makefile
@@ -1,6 +1,6 @@
# Makefile for tmpfs
#
-# Copyright (C) 2000 Free Software Foundation, Inc.
+# Copyright (C) 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
@@ -20,7 +20,7 @@ dir := tmpfs
makemode := server
target = tmpfs
-SRCS = tmpfs.c node.c dir.c
+SRCS = tmpfs.c node.c dir.c pager-stubs.c
OBJS = $(SRCS:.c=.o)
LCLHDRS = tmpfs.h
# XXX The shared libdiskfs requires libstore even though we don't use it here.