From d039c1362d7bf62f890c6a5276a93b1eef61b35b Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Wed, 23 Jun 2004 21:03:43 +0000 Subject: [PATCH] Added new files for Ex Stubs svn path=/trunk/; revision=9842 --- reactos/ntoskrnl/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/Makefile b/reactos/ntoskrnl/Makefile index f502b63657f..0ba13084ebc 100644 --- a/reactos/ntoskrnl/Makefile +++ b/reactos/ntoskrnl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.125 2004/06/21 21:07:29 hyperion Exp $ +# $Id: Makefile,v 1.126 2004/06/23 21:03:43 ion Exp $ # # ReactOS Operating System # @@ -262,9 +262,12 @@ OBJECTS_EX = \ ex/napi.o \ ex/power.o \ ex/resource.o \ - ex/time.o \ + ex/rundown.o \ ex/stree.o \ + ex/synch.o \ ex/sysinfo.o \ + ex/time.o \ + ex/util.o \ ex/win32k.o \ ex/work.o \ ex/zone.o