]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
robofsm: preparation for bear-rescue strategy
authorMichal Vokac <vokac.m@gmail.com>
Sat, 25 May 2013 11:57:45 +0000 (13:57 +0200)
committerMichal Vokac <vokac.m@gmail.com>
Sat, 25 May 2013 11:57:45 +0000 (13:57 +0200)
src/robofsm/Makefile.omk
src/robofsm/bear-rescue.cc [moved from src/robofsm/sick-day.cc with 100% similarity]

index 5002e44384a51ae347356f1ab3be32b9358bb561..f460de6d6382610fd089f07031a8666a0a291984 100644 (file)
@@ -7,8 +7,8 @@ default_CONFIG = CONFIG_LOCK_CHECKING=n HAVE_PRIO_INHERIT=y
 config_include_HEADERS = robot_config.h
 robot_config_DEFINES = CONFIG_LOCK_CHECKING HAVE_PRIO_INHERIT
 
-bin_PROGRAMS += sick-day
-sick-day_SOURCES = sick-day.cc common-states.cc sub-states.cc
+bin_PROGRAMS += bear-rescue
+bear-rescue_SOURCES = bear-rescue.cc common-states.cc sub-states.cc
 
 # Library with general support functions for the robot
 lib_LIBRARIES += robot