From b5c4d36beaa7799e48d51bca4363fb34dbf5c0f2 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 8 Dec 2008 22:32:10 +0000 Subject: 2008-12-08 Thomas Schwinge * Makefile (HURDLIBS): New variable. --- libnetfs/ChangeLog | 4 ++++ libnetfs/Makefile | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'libnetfs') diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index 96120381..122f1402 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,3 +1,7 @@ +2008-12-08 Thomas Schwinge + + * Makefile (HURDLIBS): New variable. + 2008-07-19 Flávio Cruz * file-get-translator.c (netfs_S_file_get_translator): Call major() diff --git a/libnetfs/Makefile b/libnetfs/Makefile index 27881676..d6a991df 100644 --- a/libnetfs/Makefile +++ b/libnetfs/Makefile @@ -1,5 +1,7 @@ # -# Copyright (C) 1995,96,97,99,2001,02 Free Software Foundation +# Copyright (C) 1995, 1996, 1997, 1999, 2001, 2002, 2008 Free Software +# Foundation +# # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -22,6 +24,8 @@ dir := libnetfs makemode := library libname = libnetfs +HURDLIBS = fshelp iohelp threads ports shouldbeinlibc + FSSRCS= dir-link.c dir-lookup.c dir-mkdir.c dir-mkfile.c \ dir-notice-changes.c dir-readdir.c dir-rename.c \ dir-rmdir.c dir-unlink.c file-chauthor.c \ -- cgit v1.2.3