]> arthur.barton.de Git - netdata.git/blob - web/Makefile.am
fixed fygraphs synchronization performance by disabling animations and series highlit...
[netdata.git] / web / Makefile.am
1 #
2 # Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
3 #
4 MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
5
6 dist_web_DATA = \
7         datasource.html \
8         index.html \
9         index.js \
10         netdata.js \
11         robots.txt \
12         theme.css \
13         dashboard.html \
14         dashboard.js \
15         dashboard.css \
16         $(NULL)
17
18
19 weblibdir=$(webdir)/lib
20 dist_weblib_DATA = \
21         lib/dygraph-combined.js \
22         lib/dygraph-synchronizer.js \
23         lib/jquery-1.11.3.min.js \
24         lib/jquery.peity.min.js \
25         lib/jquery.sparkline.min.js \
26         lib/morris.min.js \
27         css/morris.css \
28         lib/raphael-min.js \
29         lib/visible.js \
30         $(NULL)