Index: client/makefile
===================================================================
--- client/makefile	(revision 50643fa388bf5420317a428ce9c1e35cb03bb8ce)
+++ client/makefile	(revision bcfd99a8a3361faeb26c80c998ea2cac7caa7a63)
@@ -3,5 +3,5 @@
 FLAGS = $(LIB_FLAGS)
 COMMON_PATH = ../common
-DEPENDENCIES = Common.o MessageContainer.o MessageProcessor.o Player.o WorldMap.o Projectile.o Game.o GameRender.o chat.o GuiComponent.o Window.o Textbox.o Button.o RadioButtonList.o TextLabel.o
+DEPENDENCIES = Common.o MessageContainer.o MessageProcessor.o Player.o WorldMap.o Projectile.o Game.o GameRender.o GameSummary.o chat.o GuiComponent.o Window.o Textbox.o Button.o RadioButtonList.o TextLabel.o
 
 gameClient : Client/main.cpp $(DEPENDENCIES)
@@ -29,4 +29,7 @@
 	$(CC) -c -o $@ $? $(FLAGS)
 
+GameSummary.o : $(COMMON_PATH)/GameSummary.cpp
+	$(CC) -c -o $@ $? $(FLAGS)
+
 %.o : Client/%.cpp
 	$(CC) -c -o $@ $? $(FLAGS)
