From 75910f73ed47e2c8d0013cb46aa105d239b3bda9 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 5 Feb 1997 16:42:34 +0000 Subject: (FSSRCS): Add dir-reparent.c. --- libnetfs/Makefile | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'libnetfs') diff --git a/libnetfs/Makefile b/libnetfs/Makefile index b4a5d6a2..95bc726a 100644 --- a/libnetfs/Makefile +++ b/libnetfs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1995, 1996 Free Software Foundation +# Copyright (C) 1995, 1996, 1997 Free Software Foundation # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -22,13 +22,15 @@ dir := libnetfs makemode := library libname = libnetfs -FSSRCS= file-chauthor.c file-check-access.c file-chflags.c file-chmod.c \ - file-chown.c file-get-storage-info.c file-lock-stat.c file-lock.c \ - file-set-size.c file-statfs.c file-sync.c file-syncfs.c file-utimes.c \ - dir-lookup.c dir-unlink.c dir-rename.c dir-rmdir.c dir-mkfile.c \ - dir-notice-changes.c dir-mkdir.c dir-link.c file-getcontrol.c \ - fsstubs.c file-getlinknode.c dir-readdir.c file-get-fs-options.c \ - file-get-translator.c file-set-translator.c file-exec.c +FSSRCS= dir-link.c dir-lookup.c dir-mkdir.c dir-mkfile.c \ + dir-notice-changes.c dir-readdir.c dir-rename.c \ + dir-reparent.c dir-rmdir.c dir-unlink.c file-chauthor.c \ + file-check-access.c file-chflags.c file-chmod.c file-chown.c \ + file-exec.c file-get-fs-options.c file-get-storage-info.c \ + file-get-translator.c file-getcontrol.c file-getlinknode.c \ + file-lock-stat.c file-lock.c file-set-size.c \ + file-set-translator.c file-statfs.c file-sync.c file-syncfs.c \ + file-utimes.c fsstubs.c IOSRCS= io-read.c io-readable.c io-seek.c io-write.c io-stat.c io-async.c \ io-set-all-openmodes.c io-get-openmodes.c io-set-some-openmodes.c \ -- cgit v1.2.3