diff options
Diffstat (limited to 'web/gui/Makefile.am')
-rw-r--r-- | web/gui/Makefile.am | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/web/gui/Makefile.am b/web/gui/Makefile.am index f00744d64..34f5a569e 100644 --- a/web/gui/Makefile.am +++ b/web/gui/Makefile.am @@ -9,7 +9,8 @@ CLEANFILES = \ $(NULL) SUBDIRS = \ - dashboard \ + v1 \ + v2 \ $(NULL) DASHBOARD_JS_FILES = \ @@ -52,10 +53,15 @@ dist_noinst_DATA = \ dist_web_DATA = \ dashboard.js \ - $(srcdir)/dashboard_info.js \ $(srcdir)/dashboard_info_custom_example.js \ + $(srcdir)/dashboard_info.js \ + $(srcdir)/index.html \ $(srcdir)/main.css \ $(srcdir)/main.js \ + $(srcdir)/registry-access.html \ + $(srcdir)/registry-alert-redirect.html \ + $(srcdir)/registry-hello.html \ + $(srcdir)/switch.html \ version.txt \ $(NULL) @@ -64,6 +70,11 @@ dist_webold_DATA = \ $(srcdir)/old/index.html \ $(NULL) +webv0dir=$(webdir)/v0 +dist_webv0_DATA = \ + $(srcdir)/old/index.html \ + $(NULL) + webstaticdir=$(webdir)/static/img dist_webstatic_DATA = \ $(srcdir)/static/img/netdata-logomark.svg \ |