From: MagellanPro <mag...@us...> - 2005-03-30 15:30:02
|
Update of /cvsroot/robotflow/RobotFlow/MARIE/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19386 Modified Files: Makefile.am Log Message: change lib path order Index: Makefile.am =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/MARIE/src/Makefile.am,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Makefile.am 1 Nov 2004 13:20:05 -0000 1.23 --- Makefile.am 30 Mar 2005 15:29:20 -0000 1.24 *************** *** 3,8 **** #AUTOMAKE_OPTIONS = no-dependencies ! INCLUDES = $(OVERFLOW_INCLUDE) $(MARIE_INCLUDES) $(XML2_INCLUDE) \ ! -I../include -I../../Behaviors/include lib_LTLIBRARIES = libRFMarie.la --- 3,9 ---- #AUTOMAKE_OPTIONS = no-dependencies ! INCLUDES = -I../include -I../../Behaviors/include \ ! $(OVERFLOW_INCLUDE) $(MARIE_INCLUDES) $(XML2_INCLUDE) ! lib_LTLIBRARIES = libRFMarie.la |