diff --git a/admin/Makefile.am b/admin/Makefile.am index 7073b01f..f86dd4f3 100644 --- a/admin/Makefile.am +++ b/admin/Makefile.am @@ -1,7 +1,20 @@ ## Process this file with automake to produce Makefile.in admindir = $(pkgdatadir)/admin -nobase_dist_admin_DATA = listclients.xsl listmounts.xsl moveclients.xsl response.xsl \ - stats.xsl manageauth.xsl updatemetadata.xsl xspf.xsl vclt.xsl includes/footer.xsl \ - includes/head.xsl includes/header.xsl includes/page.xsl includes/mountnav.xsl + +nobase_dist_admin_DATA = \ + listclients.xsl \ + listmounts.xsl \ + moveclients.xsl \ + response.xsl \ + stats.xsl \ + manageauth.xsl \ + updatemetadata.xsl \ + xspf.xsl \ + vclt.xsl \ + includes/footer.xsl \ + includes/head.xsl \ + includes/header.xsl \ + includes/page.xsl \ + includes/mountnav.xsl