diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-06-28 15:56:10 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2006-06-28 15:56:10 +0000 |
commit | f01c659b3e48b392347332469316a521f07e3f5e (patch) | |
tree | 32ba6df5707c6b38ce5276d8e38b21e5f7ffdf03 /libfshelp | |
parent | 4a609fb923a30a9f2375b575ebdea18f95f97a52 (diff) |
2006-06-28 Thomas Schwinge <tschwinge@gnu.org>
* Makefile (HURDLIBS): Add `iohelp' and `ports'.
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/ChangeLog | 4 | ||||
-rw-r--r-- | libfshelp/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libfshelp/ChangeLog b/libfshelp/ChangeLog index 808eefd0..b646c06d 100644 --- a/libfshelp/ChangeLog +++ b/libfshelp/ChangeLog @@ -1,3 +1,7 @@ +2006-06-28 Thomas Schwinge <tschwinge@gnu.org> + + * Makefile (HURDLIBS): Add `iohelp' and `ports'. + 2004-02-10 Roland McGrath <roland@frob.com> * start-translator-long.c (service_fsys_startup): Move mach_msg_type_t diff --git a/libfshelp/Makefile b/libfshelp/Makefile index 11c14985..30879dc9 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 95, 96, 98, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 95, 96, 98, 1999, 2006 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 @@ -33,7 +33,7 @@ SRCS = lock-acquire.c lock-init.c \ LCLHDRS = fshelp.h locks.h trans.h installhdrs = fshelp.h -HURDLIBS=shouldbeinlibc threads +HURDLIBS = shouldbeinlibc threads iohelp ports OBJS = $(subst .c,.o,$(SRCS)) include ../Makeconf |