mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
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
|