summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-12-08 22:33:59 +0000
committerThomas Schwinge <tschwinge@gnu.org>2008-12-08 22:33:59 +0000
commitf70764075a3febb2cffd522b989b8f8a8d36d41a (patch)
tree8ee7c51214c41adf77f9cf7f0ed62a87b511f7a3
parentbfdc08f7397451fe199a2bd356f86e89f9402ad1 (diff)
2008-12-08 Thomas Schwinge <tschwinge@gnu.org>
* Makefile (HURDLIBS): Add iohelp.
-rw-r--r--trans/ChangeLog4
-rw-r--r--trans/Makefile6
2 files changed, 7 insertions, 3 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog
index c33c4895..08f06c67 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-08 Thomas Schwinge <tschwinge@gnu.org>
+
+ * Makefile (HURDLIBS): Add iohelp.
+
2008-06-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
* fakeroot.c (netfs_attempt_utimes): Use a union to avoid an improper
diff --git a/trans/Makefile b/trans/Makefile
index 9d610952..8eb6c78e 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -1,6 +1,6 @@
#
-# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2006, 2007
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2006, 2007,
+# 2008 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
@@ -28,7 +28,7 @@ OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o passwordServer.o \
crashServer.o crash_replyUser.o msgServer.o \
default_pagerServer.o default_pagerUser.o \
device_replyServer.o elfcore.o
-HURDLIBS = threads ports netfs trivfs fshelp pipe ihash shouldbeinlibc
+HURDLIBS = threads ports netfs trivfs iohelp fshelp pipe ihash shouldbeinlibc
password-LDLIBS = $(LIBCRYPT)
include ../Makeconf