]> arthur.barton.de Git - netdata.git/blob - web/Makefile.am
added support for custom dashboards - new API is operational and stable
[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         css/morris.css \
14         dashboard.html \
15         dashboard.js \
16         lib/dygraph-combined.js \
17         lib/dygraph-synchronizer.js \
18         lib/jquery-1.11.3.min.js \
19         lib/jquery.peity.min.js \
20         lib/jquery.sparkline.min.js \
21         lib/morris.min.js \
22         lib/raphael-min.js \
23         $(NULL)
24