From: Fernyqc <fe...@us...> - 2005-06-30 21:15:36
|
Update of /cvsroot/robotflow/RobotFlow/Behaviors/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28345/Behaviors/src Modified Files: Makefile.am Log Message: RangeFashion.cc is include in that Makefile.am Index: Makefile.am =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Behaviors/src/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Makefile.am 18 Jun 2005 15:08:20 -0000 1.15 --- Makefile.am 30 Jun 2005 21:15:28 -0000 1.16 *************** *** 32,36 **** Goto.cc \ GotoPat.cc \ ! FollowWall.cc libBehaviors_la_LDFLAGS = -release $(LT_RELEASE) --- 32,37 ---- Goto.cc \ GotoPat.cc \ ! FollowWall.cc \ ! RangeFashion.cc libBehaviors_la_LDFLAGS = -release $(LT_RELEASE) |