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

20 lines
458 B
Makefile
Raw Permalink Normal View History

## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign
SUBDIRS = assets
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)