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
2014-12-30 12:56:09 +00:00

20 lines
458 B
Makefile

## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign
SUBDIRS = assets
webdir = $(pkgdatadir)/web
web_DATA = status.xsl \
favicon.ico \
icecast.png \
style.css \
auth.xsl \
server_version.xsl \
tunein.png \
key.png \
status-json.xsl \
xml2json.xslt
EXTRA_DIST = $(web_DATA)