From 0e7a45641705d773e9dfcec1b779a487462affde Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Fri, 22 Jul 2011 21:51:16 +0000 Subject: [PATCH] removed jquery.js doublon --- www/Makefile.am | 2 +- www/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/Makefile.am b/www/Makefile.am index 3c4b10f..e4f6a15 100644 --- a/www/Makefile.am +++ b/www/Makefile.am @@ -1,5 +1,5 @@ defaultwwwdir = $(pkgdatadir)/www -defaultwww_DATA = index.html style.css favicon.ico monitor.html jquery.js psensor.js jqplot.dateAxisRenderer.min.js jquery.jqplot.min.css jquery.jqplot.min.js jquery.js details.html +defaultwww_DATA = index.html style.css favicon.ico monitor.html jquery.js psensor.js jqplot.dateAxisRenderer.min.js jquery.jqplot.min.css jquery.jqplot.min.js details.html EXTRA_DIST=$(defaultwww_DATA) diff --git a/www/Makefile.in b/www/Makefile.in index 692ffcb..c417d9e 100644 --- a/www/Makefile.in +++ b/www/Makefile.in @@ -215,7 +215,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ defaultwwwdir = $(pkgdatadir)/www -defaultwww_DATA = index.html style.css favicon.ico monitor.html jquery.js psensor.js +defaultwww_DATA = index.html style.css favicon.ico monitor.html jquery.js psensor.js jqplot.dateAxisRenderer.min.js jquery.jqplot.min.css jquery.jqplot.min.js details.html EXTRA_DIST = $(defaultwww_DATA) all: all-am -- 2.7.4