From: Florian G. <re...@us...> - 2009-07-03 10:49:29
|
Update of /cvsroot/perfparse/_perfparse-phpgui In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9474/phpgui Modified Files: Makefile.am Makefile.in Log Message: Makefiles updated Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse-phpgui/Makefile.in,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Makefile.in 11 Dec 2008 09:37:01 -0000 1.19 --- Makefile.in 3 Jul 2009 10:49:17 -0000 1.20 *************** *** 1,7 **** ! # Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ! # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, --- 1,7 ---- ! # Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ! # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, *************** *** 94,98 **** DEFS = @DEFS@ DEPDIR = @DEPDIR@ - DSYMUTIL = @DSYMUTIL@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ --- 94,97 ---- *************** *** 153,157 **** MYSQL_CONFIG = @MYSQL_CONFIG@ MYSQL_LIBS = @MYSQL_LIBS@ - NMEDIT = @NMEDIT@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ --- 152,155 ---- *************** *** 272,276 **** templates/mainmenu.tpl.html \ templates/raw_history.tpl.html \ - templates/raw_history_summary.tpl.html \ templates/read_nag_config.tpl.html \ templates/saved_graphs.tpl.html \ --- 270,273 ---- Index: Makefile.am =================================================================== RCS file: /cvsroot/perfparse/_perfparse-phpgui/Makefile.am,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Makefile.am 11 Dec 2008 09:37:01 -0000 1.12 --- Makefile.am 3 Jul 2009 10:49:17 -0000 1.13 *************** *** 33,37 **** templates/mainmenu.tpl.html \ templates/raw_history.tpl.html \ - templates/raw_history_summary.tpl.html \ templates/read_nag_config.tpl.html \ templates/saved_graphs.tpl.html \ --- 33,36 ---- |