From 67927ddddf2122a32827d1f34cf8bdf7ef011d11 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Mon, 9 Jul 2018 01:20:19 +0200 Subject: [PATCH] Fix: Add missing files to admin Makefile.am --- admin/Makefile.am | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/admin/Makefile.am b/admin/Makefile.am index f86dd4f3..5d7bfde9 100644 --- a/admin/Makefile.am +++ b/admin/Makefile.am @@ -7,14 +7,16 @@ nobase_dist_admin_DATA = \ listmounts.xsl \ moveclients.xsl \ response.xsl \ - stats.xsl \ + stats.xsl \ manageauth.xsl \ updatemetadata.xsl \ + error-html.xsl \ + error-plaintext.xsl \ xspf.xsl \ vclt.xsl \ includes/footer.xsl \ - includes/head.xsl \ + includes/head.xsl \ includes/header.xsl \ includes/page.xsl \ - includes/mountnav.xsl - + includes/mountnav.xsl \ + includes/web-page.xsl