From: Dominic L?t. <ma...@us...> - 2004-05-30 14:18:40
|
Update of /cvsroot/robotflow/RobotFlow/MARIE/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4133/MARIE/src Modified Files: Makefile.am Log Message: detecting MARIE properly, fixed FlowDesigner includes Index: Makefile.am =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/MARIE/src/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 30 May 2004 12:34:07 -0000 1.1 --- Makefile.am 30 May 2004 14:18:31 -0000 1.2 *************** *** 3,7 **** #AUTOMAKE_OPTIONS = no-dependencies ! INCLUDES = $(ACE_INCLUDES) $(FLOWDESIGNER_INCLUDE) $(MARIE_INCLUDES) -I../include -I../../Behaviors/include lib_LTLIBRARIES = libRFMarie.la --- 3,7 ---- #AUTOMAKE_OPTIONS = no-dependencies ! INCLUDES = $(ACE_INCLUDES) $(OVERFLOW_INCLUDE) $(MARIE_INCLUDES) -I../include -I../../Behaviors/include lib_LTLIBRARIES = libRFMarie.la |