From 1a4f4ecc2b8109a202101d521a2478890f0102f5 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Sat, 26 Nov 2011 11:15:25 +0000 Subject: [PATCH] Added vclt.xsl to list of files which are to be installed. svn path=/icecast/trunk/icecast/; revision=18133 --- ChangeLog | 5 +++++ admin/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0f9ed954..ce2bdd0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-11-26 11:11 ph3-der-loewe + + * trunk/icecast/admin/Makefile.am: Added vclt.xsl to list + of files which are to be installed. + 2011-11-26 02:36 ph3-der-loewe * trunk/icecast/src/fserve.c, trunk/icecast/admin/vclt.xsl, diff --git a/admin/Makefile.am b/admin/Makefile.am index d140fa05..4db29881 100644 --- a/admin/Makefile.am +++ b/admin/Makefile.am @@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = foreign admindir = $(pkgdatadir)/admin dist_admin_DATA = listclients.xsl listmounts.xsl moveclients.xsl response.xsl \ - stats.xsl manageauth.xsl updatemetadata.xsl xspf.xsl + stats.xsl manageauth.xsl updatemetadata.xsl xspf.xsl vclt.xsl