summaryrefslogtreecommitdiff
path: root/storeio
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-07-21 22:42:20 +0000
committerMiles Bader <miles@gnu.org>1997-07-21 22:42:20 +0000
commit7e1ea467ec30c2e8a2b3517d91759bde0a631539 (patch)
tree5fa9fbdc952a3a26883d9423b7ceb6e345c63376 /storeio
parent0d192a78fa198f3b0f9172f19770b15aa3cbd499 (diff)
(HURDLIBS):
Add iohelp.
Diffstat (limited to 'storeio')
-rw-r--r--storeio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/storeio/Makefile b/storeio/Makefile
index 61ff21c4..a3e6227b 100644
--- a/storeio/Makefile
+++ b/storeio/Makefile
@@ -1,6 +1,6 @@
# Makefile for storeio
#
-# Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997 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
@@ -24,6 +24,6 @@ SRCS = dev.c storeio.c open.c pager.c io.c
LCLHDRS = dev.h open.h
OBJS = $(SRCS:.c=.o)
-HURDLIBS = trivfs pager ports fshelp store threads ihash shouldbeinlibc
+HURDLIBS = trivfs pager ports fshelp iohelp store threads ihash shouldbeinlibc
include ../Makeconf