From: Carle C. <car...@us...> - 2006-11-18 21:27:39
|
Update of /cvsroot/robotflow/RobotFlow In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv27435 Modified Files: RobotFlow.pc.in Log Message: Correct missing variable declaration Index: RobotFlow.pc.in =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/RobotFlow.pc.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RobotFlow.pc.in 3 Aug 2005 19:52:54 -0000 1.1 --- RobotFlow.pc.in 18 Nov 2006 21:27:36 -0000 1.2 *************** *** 1,2 **** --- 1,4 ---- + prefix=@prefix@ + Name: robotflow Description: RobotFlow toolkit for FlowDesigner *************** *** 4,6 **** Requires: Libs: -L${prefix}/lib ! Cflags: -I${prefix}/include @OVERFLOW_INCLUDES@ --- 6,8 ---- Requires: Libs: -L${prefix}/lib ! Cflags: -I${prefix}/include |