Added cc/copy.c, cc/pin.c and cc/misc.c to OBJECTS_CC.
authorHartmut Birr <osexpert@googlemail.com>
Wed, 10 Oct 2001 22:08:27 +0000 (22:08 +0000)
committerHartmut Birr <osexpert@googlemail.com>
Wed, 10 Oct 2001 22:08:27 +0000 (22:08 +0000)
svn path=/trunk/; revision=2282

reactos/ntoskrnl/Makefile

index 23c030a..f60ecd0 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.55 2001/09/24 00:51:16 chorns Exp $
+# $Id: Makefile,v 1.56 2001/10/10 22:08:27 hbirr Exp $
 #
 # ReactOS Operating System
 #
@@ -306,7 +306,10 @@ OBJECTS_PO = po/power.o
 # Cache Manager (Cc)
 OBJECTS_CC = \
        cc/cacheman.o \
-       cc/view.o
+       cc/view.o \
+       cc/copy.o \
+       cc/pin.o \
+       cc/misc.o
 
 # Kernel Debugger Support (Kd)
 OBJECTS_KD = \