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

17 lines
312 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
webdir = $(pkgdatadir)/web
2018-05-28 16:28:03 +00:00
nobase_web_DATA = \
2018-08-02 10:58:30 +00:00
status.xsl \
2018-05-28 16:28:03 +00:00
auth.xsl \
server_version.xsl \
status-json.xsl \
xml2json.xslt \
2018-08-02 10:58:30 +00:00
favicon.ico \
2018-05-28 16:28:03 +00:00
assets/css/style.css \
2018-08-02 10:58:30 +00:00
assets/img/icecast.png
2018-05-28 16:28:03 +00:00
EXTRA_DIST = $(nobase_web_DATA)