diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:32:53 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:32:53 +0000 |
commit | b82d46b0ef83bcadc95fb607b0a8230b7389a0f5 (patch) | |
tree | 54b9084659506ad02fdd6d77192c50f5fe54a4b8 /libtrivfs/Makefile | |
parent | b5c4d36beaa7799e48d51bca4363fb34dbf5c0f2 (diff) |
2008-12-08 Thomas Schwinge <tschwinge@gnu.org>
* Makefile (HURDLIBS): Add fshelp. Reported by Olaf Buddenhagen
<olafbuddenhagen@gmx.net>.
Diffstat (limited to 'libtrivfs/Makefile')
-rw-r--r-- | libtrivfs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |