From 221983c8917bee45e1b9d47b2cd668f531adebcf Mon Sep 17 00:00:00 2001 From: Vojtech Cvrcek Date: Wed, 7 Mar 2012 21:05:25 +0100 Subject: [PATCH 1/1] robofsm: Makefile.omk make Makefile accepting homologation change --- src/robofsm/Makefile.omk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/robofsm/Makefile.omk b/src/robofsm/Makefile.omk index fac71f64..c3f31434 100644 --- a/src/robofsm/Makefile.omk +++ b/src/robofsm/Makefile.omk @@ -11,8 +11,8 @@ robot_config_DEFINES = CONFIG_LOCK_CHECKING HAVE_PRIO_INHERIT competition_SOURCES = competition.cc \ common-states.cc -#bin_PROGRAMS += homologation -#homologation_SOURCES = homologation.cc +bin_PROGRAMS += homologation +homologation_SOURCES = homologation2012.cc # Library with general support functions for the robot lib_LIBRARIES += robot -- 2.39.2