From 120ec9cb153838f320a7509332c64ea8d17c9050 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Sat, 3 Feb 2007 15:14:35 +0000 Subject: [PATCH] g_scripts.o and g_parser.o missing from the makefile --- reaction/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reaction/Makefile b/reaction/Makefile index 20d484c6..a498a822 100755 --- a/reaction/Makefile +++ b/reaction/Makefile @@ -50,6 +50,8 @@ GOBJ = \ $(GDIRNAME)/g_teamplay.o \ $(GDIRNAME)/g_matchmode.o \ $(GDIRNAME)/g_unlagged.o \ + $(GDIRNAME)/g_scripts.o \ + $(GDIRNAME)/g_parser.o \ $(GDIRNAME)/zcam.o \ $(GDIRNAME)/zcam_target.o