From e1a8acba5d88580163bbbf5bdf91303a69cdc1f7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 30 Oct 2018 12:07:45 +0000 Subject: [PATCH] Install template for progress bar module Signed-off-by: Michael Tremer --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 87ec1371..5345f147 100644 --- a/Makefile.am +++ b/Makefile.am @@ -175,7 +175,8 @@ templates_mirrors_DATA = \ templates_mirrorsdir = $(templatesdir)/mirrors templates_modules_DATA = \ - src/templates/modules/map.html + src/templates/modules/map.html \ + src/templates/modules/progress-bar.html templates_modulesdir = $(templatesdir)/modules -- 2.47.3