1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00
icecast-server/web/Makefile.am

16 lines
412 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
webdir = $(pkgdatadir)/web
web_DATA = status.xsl \
2014-12-26 11:02:10 +00:00
favicon.ico \
icecast.png \
style.css \
auth.xsl \
server_version.xsl \
tunein.png \
key.png \
status-json.xsl \
xml2json.xslt
EXTRA_DIST = $(web_DATA)