From 0be2b4e495c3e8b3ef56af51137487afd5a5a2e5 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 14 Oct 2010 12:44:20 -0400 Subject: [PATCH] adding symlink.c to sources --- daemon/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/sources b/daemon/sources index b862f3e..4d90144 100644 --- a/daemon/sources +++ b/daemon/sources @@ -5,7 +5,7 @@ SOURCES=nfs41_daemon.c daemon_debug.c nfs41_ops.c nfs41_compound.c nfs41_xdr.c \ mount.c open.c readwrite.c lock.c readdir.c getattr.c setattr.c upcall.c \ nfs41_rpc.c util.c pnfs_layout.c pnfs_device.c pnfs_debug.c pnfs_io.c \ name_cache.c namespace.c rbtree.c volume.c callback_server.c callback_xdr.c \ - service.c + service.c symlink.c UMTYPE=console USE_LIBCMT=1 #USE_MSVCRT=1