From 4ec2cdd3a4241f425b0851bff059b9f7f466d9e3 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Mon, 19 Feb 2001 17:16:42 +0000
Subject: [PATCH] Added action_resoure.c, removed action_hauloil.c

---
 src/action/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/action/Makefile b/src/action/Makefile
index b30220756..1370a2983 100644
--- a/src/action/Makefile
+++ b/src/action/Makefile
@@ -10,7 +10,7 @@
 ##
 ##	Makefile	-	The make file (3 level).
 ##
-##	(c) Copyright 1998,2000 by Lutz Sammer
+##	(c) Copyright 1998,2000,2001 by Lutz Sammer
 ##
 ##	$Id$
 ##
@@ -23,9 +23,9 @@ MODULE  = action
 
 OBJS	= command.$(OE) actions.$(OE) action_die.$(OE) action_patrol.$(OE) \
 	action_still.$(OE) action_stand.$(OE) action_move.$(OE) \
-	action_attack.$(OE) \
+	action_attack.$(OE) action_resource.$(OE) \
 	action_board.$(OE) action_unload.$(OE) action_repair.$(OE) \
-	action_harvest.$(OE) action_minegold.$(OE) action_hauloil.$(OE) \
+	action_harvest.$(OE) action_minegold.$(OE) \
 	action_returngoods.$(OE) action_research.$(OE) action_demolish.$(OE) \
 	action_build.$(OE) action_train.$(OE) action_upgradeto.$(OE) \
 	action_spellcast.$(OE)