From 7befbe84bcce3a8c7b07a3f93ee4c67243b64f1d Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Tue, 19 Mar 2013 11:38:19 +0100 Subject: [PATCH] fixed web interface installation --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 86e9da1d3a..aa1387671f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -225,6 +225,7 @@ nobase_pkgdata_DATA = \ $(shell find @srcdir@/html -name "*.html" -print) \ $(shell find @srcdir@/html -name "*.ico" -print) \ $(shell find @srcdir@/html -name "*.js" -print) \ + $(shell find @srcdir@/html -name "*.ejs" -print) \ $(shell find @srcdir@/html -name "*.png" -print) if ENABLE_MRUBY