From c8fb75517f3cd127c29ba69f5c950fc081cb69a1 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Mon, 21 Jun 2004 04:12:59 +0000 Subject: [PATCH] Added two new Cache Manager files added for the stubs. svn path=/trunk/; revision=9790 --- reactos/ntoskrnl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/Makefile b/reactos/ntoskrnl/Makefile index 5223a7c1dc5..0af7d653557 100644 --- a/reactos/ntoskrnl/Makefile +++ b/reactos/ntoskrnl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.123 2004/06/05 12:06:41 hbirr Exp $ +# $Id: Makefile,v 1.124 2004/06/21 04:12:59 ion Exp $ # # ReactOS Operating System # @@ -341,7 +341,9 @@ OBJECTS_PO = \ OBJECTS_CC = \ cc/cacheman.o \ cc/copy.o \ + cc/fs.o \ cc/pin.o \ + cc/mdl.o \ cc/misc.o \ cc/view.o