From: Dominic L?t. <ma...@us...> - 2004-05-30 10:30:43
|
Update of /cvsroot/robotflow/RobotFlow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26916 Modified Files: Makefile.am Log Message: now we are able to make rpms Index: Makefile.am =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Makefile.am,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Makefile.am 30 May 2004 10:19:08 -0000 1.16 --- Makefile.am 30 May 2004 10:30:34 -0000 1.17 *************** *** 6,9 **** --- 6,11 ---- endif + EXTRA_DIST = RobotFlow.spec RobotFlow.spec.in + SUBDIRS = Generic Pioneer2 Behaviors Vision Control Devices Probes FSM $(PLAYER_DIR) |