mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
e19a7af1b1
ATTN Mike! make install now installs the xsl files in pkgdatadir ($prefix/share/icecast) web and admin directories, and builds icecast.xml accordingly. icecast.xml is now installed in $sysconfdir/etc, and IMHO icecast should attempt to find a config file there, and only demand one on the command line if it can't. svn path=/trunk/icecast/; revision=4956
9 lines
210 B
Makefile
9 lines
210 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
admindir = $(pkgdatadir)/admin
|
|
dist_admin_DATA = listclients.xsl listmounts.xsl moveclients.xsl response.xsl \
|
|
stats.xsl
|
|
|