From: clement r. <kl...@us...> - 2005-09-12 22:44:24
|
Update of /cvsroot/robotflow/RobotFlow/MARIE/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6543/include Modified Files: Makefile.am Log Message: remove useless files entries Index: Makefile.am =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/MARIE/include/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Makefile.am 12 Sep 2005 21:31:19 -0000 1.15 --- Makefile.am 12 Sep 2005 22:44:16 -0000 1.16 *************** *** 4,23 **** MariePeek.h \ MariePush.h - # MarieCommandBehavior.h \ - # MarieCommandMotor.h \ - # MarieDataLaser.h \ - # MarieDataIR.h \ - # MarieDataBumper.h \ - # MarieDataSonar.h \ - # MarieDataNull.h \ - # MarieCommandCamera.h \ - # MarieDataCamera.h \ - # MarieDataOdometry.h \ - # MarieDataRaw.h \ - # MarieCommandJoystick.h \ - # MarieDataMap.h \ - # MarieRequestSystem.h - - include_HEADERS = MarieObject.h \ - MarieDataLocalisation.h --- 4,7 ---- MariePeek.h \ MariePush.h + include_HEADERS = MarieObject.h |