From: Fernyqc <fe...@us...> - 2005-12-12 18:25:34
|
Update of /cvsroot/robotflow/RobotFlow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19915 Modified Files: configure.in Log Message: Support for the unit test blocks Index: configure.in =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/configure.in,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** configure.in 27 Oct 2005 18:02:17 -0000 1.56 --- configure.in 12 Dec 2005 18:25:25 -0000 1.57 *************** *** 324,327 **** --- 324,333 ---- Sensors/include/Makefile \ Sensors/src/Makefile \ + ut/Makefile \ + ut/include/Makefile \ + ut/src/Makefile \ + FCD/Makefile \ + FCD/include/Makefile \ + FCD/src/Makefile \ RobotFlow.spec \ RobotFlow.pc) |