summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/ChangeLog5
-rw-r--r--libtrivfs/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog
index dc6bdcb4..e285dbd3 100644
--- a/libtrivfs/ChangeLog
+++ b/libtrivfs/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-08 Thomas Schwinge <tschwinge@gnu.org>
+
+ * Makefile (HURDLIBS): Add fshelp. Reported by Olaf Buddenhagen
+ <olafbuddenhagen@gmx.net>.
+
2007-11-13 Thomas Schwinge <tschwinge@gnu.org>
* times.c (trivfs_set_atime, trivfs_set_mtime): Adapt to ``struct
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 41177ff5..ddce1e61 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -1,5 +1,6 @@
#
-# Copyright (C) 1994,95,96,97,99,2001,02,03 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2001, 2002, 2003, 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
@@ -46,7 +47,7 @@ SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(OTHERSRCS)
MIGSTUBS=fsServer.o ioServer.o fsysServer.o fsys_replyUser.o
libname = libtrivfs
-HURDLIBS = iohelp ports shouldbeinlibc
+HURDLIBS = fshelp iohelp ports shouldbeinlibc
OBJS= $(sort $(subst .c,.o,$(SRCS)) $(MIGSTUBS))
LCLHDRS = trivfs.h fsmutations.h priv.h
MIGSFLAGS=-imacros $(srcdir)/fsmutations.h