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