mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
cce17fc5e4
svn path=/icecast/trunk/icecast/; revision=19133
15 lines
384 B
Makefile
15 lines
384 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
webdir = $(pkgdatadir)/web
|
|
dist_web_DATA = status.xsl \
|
|
icecast.png \
|
|
style.css \
|
|
auth.xsl \
|
|
server_version.xsl \
|
|
tunein.png \
|
|
key.png \
|
|
status-json.xsl \
|
|
xml2json.xslt
|