Update of /cvsroot/robotflow/RobotFlow
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22112
Modified Files:
configure.in Makefile.am
Log Message:
FCD project removed of the build system
Index: Makefile.am
===================================================================
RCS file: /cvsroot/robotflow/RobotFlow/Makefile.am,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Makefile.am 12 Dec 2005 18:25:51 -0000 1.25
--- Makefile.am 12 Dec 2005 18:33:39 -0000 1.26
***************
*** 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
--- 16,20 ----
EXTRA_DIST = RobotFlow.spec RobotFlow.spec.in
! SUBDIRS = Pioneer2 Generic Behaviors Audio Vision Control Devices Probes FSM Sensors ut $(MARIE_DIR) $(OPENCV_DIR) $(PLAYER_DIR)
# create the pkg-config entries
Index: configure.in
===================================================================
RCS file: /cvsroot/robotflow/RobotFlow/configure.in,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** configure.in 12 Dec 2005 18:25:25 -0000 1.57
--- configure.in 12 Dec 2005 18:33:39 -0000 1.58
***************
*** 327,334 ****
ut/include/Makefile \
ut/src/Makefile \
! FCD/Makefile \
! FCD/include/Makefile \
! FCD/src/Makefile \
! RobotFlow.spec \
RobotFlow.pc)
--- 327,331 ----
ut/include/Makefile \
ut/src/Makefile \
! RobotFlow.spec \
RobotFlow.pc)
|