From 86581a892adbe5e88928eba01c0178be1fc7951f Mon Sep 17 00:00:00 2001 From: Michal Vokac Date: Fri, 6 May 2011 10:06:48 +0200 Subject: [PATCH] robofsm: Allow homologation compilation. --- 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 924a30d0..5ee33097 100644 --- a/src/robofsm/Makefile.omk +++ b/src/robofsm/Makefile.omk @@ -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 += demo -#demo_SOURCES = demo.cc +bin_PROGRAMS += homologation +homologation_SOURCES = homologation.cc # Library with general support functions for the robot lib_LIBRARIES += robot -- 2.39.2