1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00
icecast-server/web/Makefile.am
2020-10-02 11:38:38 +00:00

17 lines
312 B
Makefile

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