diff options
-rw-r--r-- | libnetfs/ChangeLog | 4 | ||||
-rw-r--r-- | libnetfs/Makefile | 6 |
2 files changed, 9 insertions, 1 deletions
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 <tschwinge@gnu.org> + + * Makefile (HURDLIBS): New variable. + 2008-07-19 Flávio Cruz <flaviocruz@gmail.com> * 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 \ |