]> rtime.felk.cvut.cz Git - eurobot/public.git/blobdiff - src/robofsm/Makefile.omk
Merge remote branch 'origin/master' into shapedet
[eurobot/public.git] / src / robofsm / Makefile.omk
index 5ee33097e08bc0800c98c3a32d03279b18c58f5e..a798acec2f5035e7567230d1b0dbcf468147c389 100644 (file)
@@ -13,7 +13,7 @@ homologation_SOURCES = homologation.cc
 # Library with general support functions for the robot
 lib_LIBRARIES += robot
 robot_SOURCES = robot_orte.c robot.c fsmmove.cc movehelper.cc  \
-               motion-control.cc map_handling.c        \
+               motion-control.cc map_handling.cc       \
                match-timing.c
 robot_GEN_SOURCES = roboevent.c
 include_GEN_HEADERS += roboevent.h
@@ -26,7 +26,7 @@ actlib_SOURCES = actuators.c
 # Libraries linked to all programs in this Makefile
 lib_LOADLIBES = robot mcl robomath roboorte robottype pthread rt m     \
                orte pathplan sharp map fsm rbtree motion robodim       \
-               actlib ulut
+               actlib ulut shape_detect
 
 # Automatic generation of event definition files
 include-pass_HOOKS = roboevent.c roboevent.h