From: Fernyqc <fe...@us...> - 2005-10-27 19:03:13
|
Update of /cvsroot/robotflow/RobotFlow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11763 Modified Files: Makefile.am Log Message: Added Sensors to the directory list Index: Makefile.am =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Makefile.am,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Makefile.am 27 Oct 2005 18:02:17 -0000 1.23 --- Makefile.am 27 Oct 2005 19:02:59 -0000 1.24 *************** *** 16,20 **** EXTRA_DIST = RobotFlow.spec RobotFlow.spec.in ! SUBDIRS = Pioneer2 Generic Behaviors Audio Vision Control Devices Probes FSM $(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 $(MARIE_DIR) $(OPENCV_DIR) $(PLAYER_DIR) # create the pkg-config entries |