Update of /cvsroot/robotflow/RobotFlow
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20006
Modified Files:
Makefile.am
Log Message:
Support for the unit test blocks
Index: Makefile.am
===================================================================
RCS file: /cvsroot/robotflow/RobotFlow/Makefile.am,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** Makefile.am 27 Oct 2005 19:02:59 -0000 1.24
--- Makefile.am 12 Dec 2005 18:25:51 -0000 1.25
***************
*** 16,20 ****
EXTRA_DIST = RobotFlow.spec RobotFlow.spec.in
! SUBDIRS = Pioneer2 Generic Behaviors Audio Vision Control Devices Probes FSM Sensors $(MARIE_DIR) $(OPENCV_DIR) $(PLAYER_DIR)
# create the pkg-config entries
--- 16,20 ----
EXTRA_DIST = RobotFlow.spec RobotFlow.spec.in
! SUBDIRS = Pioneer2 Generic Behaviors Audio Vision Control Devices Probes FSM Sensors ut FCD $(MARIE_DIR) $(OPENCV_DIR) $(PLAYER_DIR)
# create the pkg-config entries
|