From b82d46b0ef83bcadc95fb607b0a8230b7389a0f5 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 8 Dec 2008 22:32:53 +0000 Subject: 2008-12-08 Thomas Schwinge * Makefile (HURDLIBS): Add fshelp. Reported by Olaf Buddenhagen . --- libtrivfs/ChangeLog | 5 +++++ libtrivfs/Makefile | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'libtrivfs') 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 + + * Makefile (HURDLIBS): Add fshelp. Reported by Olaf Buddenhagen + . + 2007-11-13 Thomas Schwinge * 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 -- cgit v1.2.3