[PATCH] Fix missing report-add html page in rpm

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

Reviewed-by: Crístian Viana <vianac@linux.vnet.ibm.com> Am 11-02-2014 11:14, schrieb Rodrigo Trujillo:
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>

Applied. Thanks. Regards, Aline Manera
participants (3)
-
Aline Manera
-
Crístian Viana
-
Rodrigo Trujillo