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)