[Kimchi-devel] [PATCH] Adds spice.html.tmpl to makefile.am
Rodrigo Trujillo
rodrigo.trujillo at linux.vnet.ibm.com
Thu Feb 20 18:18:11 UTC 2014
The file spice.html.tmpl is not being added to rpm packages because it
was not added to Makefile.am. This patch fixed this problem.
Signed-off-by: Rodrigo Trujillo <rodrigo.trujillo at 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 8d72398..9908376 100644
--- a/ui/pages/Makefile.am
+++ b/ui/pages/Makefile.am
@@ -35,4 +35,5 @@ dist_html_DATA = \
login-window.html.tmpl \
storagepool-add.html.tmpl \
report-add.html.tmpl \
+ spice.html.tmpl \
$(NULL)
--
1.8.5.3
More information about the Kimchi-devel
mailing list