
11 Feb
2014
11 Feb
'14
7:14 a.m.
The file report-add.hml.tmpl is missing in rpms. This patch fixes this problem adding the file name to Makefile.am. Signed-off-by: Rodrigo Trujillo <rodrigo.trujillo@linux.vnet.ibm.com> --- ui/pages/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/pages/Makefile.am b/ui/pages/Makefile.am index 0535c84..5705abb 100644 --- a/ui/pages/Makefile.am +++ b/ui/pages/Makefile.am @@ -34,4 +34,5 @@ dist_html_DATA = \ i18n.html.tmpl \ login-window.html.tmpl \ storagepool-add.html.tmpl \ + report-add.html.tmpl \ $(NULL) -- 1.8.5.3